- or download this
if ( /filename\s*=\s*(\S+)/x )
{
...
delete $files{$file};
} @batch = ();
}
- or download this
switch ($_)
{
...
case qr /go/ { if (exists $files{$file})
{ push @PLACE, @batch; delete $files{$file}}}
} @batch = ();
- or download this
fileparse(): need a valid pathname at ./script line xxx