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