Help for this page

Select Code to Download


  1. or download this
    $ cat test.pl
    #!/pro/bin/perl
    
    ...
    test.pl
    Can't call method "e" without a package or object reference at test.pl
    + line 10.
    $
    
  2. or download this
    $ cat test.pl
    #!/pro/bin/perl
    
    ...
    $ perl test.pl
    test.pl
    Undefined subroutine &main::e called at test.pl line 10.