Help for this page

Select Code to Download


  1. or download this
    sub GenOutput {
      my @inputs = @_;
    ...
    }
    
    1;
    
  2. or download this
    use Code;
    
    ...
    
    $gimme = &GenOutput($var1, $var2);
    
  3. or download this
    #!/usr/bin/perl
    use Code;
    
    &GenOutput;