Help for this page

Select Code to Download


  1. or download this
    # A.pm
    package A;
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl
    # A.pl
    ...
    use A;
    
    A->usage;
    
  3. or download this
    $ ./A.pl
    This is usage()