Result:#!/perl/bin/perl -wl sub x { last } for(1 .. 3) { print; x(); } print "done";
Exiting subroutine via last at test.pl line 2. 1 doneHere, it's a warning, not a fatal error.
In reply to Re: Re: Re: File::Find exit
by bart
in thread File::Find exit
by sweetblood
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |