is the same as this:open(FILE1, "<file1"); open(FILE2, "<file2") or die "Can't open file2: $!\n";
no?use Fatal qw(open); eval { open(FILE1, "<file1"); } open(FILE2, "<file2");
In reply to Re^2: use Fatal;
by Aristotle
in thread use Fatal;
by cLive ;-)
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |