Hallo,
foreach(@splitarray)
{
next if(!$_);
do_something();
}
so ist's natürlich richtig...
Markus
--
alles wird gut...
alles wird gut...
Hallo,
foreach(@splitarray)
{
next if(!$_);
do_something();
}
so ist's natürlich richtig...
Markus