use warnings; use strict; use File::Copy qw(copy); if (copy('applicants.txt', $targetfile)) { print "success\n"; } else { print "failure\n"; }
In reply to Re: Testing Return Values
by toolic
in thread Testing Return Values
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |