my $ret = test(); print "Test returned $ret\n"; sub test { unlink("t64.test") or return 0; print "Test completed.\n"; return 1; }
Maybe you need to look elsewhere for your problem?
In reply to Re: function or something
by sgifford
in thread function or something
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |