Help for this page

Select Code to Download


  1. or download this
    package my_testmodule;
    
    ...
        push (@list,'oranges','lemons','apples');
    }
    1;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    print "$list[0]\n\n";
    
    exit;