Help for this page

Select Code to Download


  1. or download this
    package pmtest;
    
    ...
        print "sub import called\n";
    }
    1;
    
  2. or download this
    use pmtest;
    
  3. or download this
    >perl -c pmtest.pl
    sub import called
    pmtest.pl syntax OK