Help for this page

Select Code to Download


  1. or download this
    package MYPACKAGE;
    
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    use vars qw / $var1 /;
    $var1="PRINT THIS";
    sub1();