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