Help for this page

Select Code to Download


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