Help for this page

Select Code to Download


  1. or download this
    sub include {
      my $file = shift;
    ...
        die "Couldn't run $file, $from" unless $return;
      }
    }
    
  2. or download this
    Couldn't parse A.pm, included from test.pl line 8:
    Couldn't parse B.pm, included from A.pm line 7:
    Couldn't parse X.pm, included from B.pm line 7:
    Blammo at X.pm line 6.