- or download this
#!/usr/bin/perl -w
use strict;
...
if($@) {
print("failed in eval with\n\"$@\"\n".Dumper(\@savearr));
}
- or download this
C:\Documents and Settings\Owner\Desktop>perl ro.pl
failed in eval with
...
];
C:\Documents and Settings\Owner\Desktop>
- or download this
C:\Documents and Settings\Owner\Desktop>perl ro.pl
$VAR1 = [
...
];
C:\Documents and Settings\Owner\Desktop>