Help for this page
[johnsca@CORY tmp]$ cat tst.pm #!/usr/bin/perl ... Name "tst::import" used only once: possible typo at tst.pm line 9. [johnsca@CORY tmp]$ perl tst.pl Import foo
[johnsca@CORY tmp]$ cat tst.pm #!/usr/bin/perl ... 1; [johnsca@CORY tmp]$ perl -c tst.pm tst.pm syntax OK