in reply to Bug in 'strict'??
Something like
my $localfilename; if($filename =~ m/(.*?$CGI::SL)*(.*)(?=$)/ ) { $localfilename = $2; } else { # handle the error however you need to }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Bug in 'strict'??
by Jouke (Curate) on Apr 05, 2001 at 16:56 UTC |