Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    print "FISH\n";
    1;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    print "Not done anything with the module yet\n";
    &testfish::sub_to_do_something();
    
  3. or download this
    FISH
    Not done anything with the module yet
    Doing something