Help for this page

Select Code to Download


  1. or download this
    package Test::Package;
    1;
    
  2. or download this
    #!/usr/bin/perl
    use v5.8.2;        # Use the version which is on the AIX machines
    ...
    use Test::Package;
    
    use FunctionsAPI;