Help for this page

Select Code to Download


  1. or download this
    [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
    
  2. or download this
    [johnsca@CORY tmp]$ cat tst.pm
    #!/usr/bin/perl
    
    ...
    1;
    [johnsca@CORY tmp]$ perl -c tst.pm
    tst.pm syntax OK