Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use English;  # This one ...? not sure
    
  2. or download this
    use vars qw {
      $g_var1
    }
    
  3. or download this
    __END__
    
    ...
    ......
    
    =cut