Help for this page

Select Code to Download


  1. or download this
    package Permute;
    
    ...
    }
    
    1;
    
  2. or download this
    #!perl
    
    ...
    use lib 'lib';
    
    BEGIN  { use_ok ( 'Permute' ); }
    
  3. or download this
    #!perl
    
    ...
    
        done_testing;
    }
    
  4. or download this
    #!perl
    
    ...
    
        done_testing;
    }
    
  5. or download this
    #!perl
    
    ...
          print "$expression is undefined.\n";
        }
    }