Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        print "in c\n";
        die "dying because of $_[0]!\n";
    }
    
  2. or download this
    in a
    got wrong value foo
    ...
            main::b('foo') called at foo.pl line 13
            main::a() called at foo.pl line 9