Help for this page

Select Code to Download


  1. or download this
    $gimme = #some call to the second program;
    
  2. or download this
    #!usr/local/bin/perl
    $output = "blah";  #actually generated in the program
    return $output;    #...or something  I don't know if return
                       # is the right statement here either.