Help for this page
my $filehandle = &magic_box(@ARGV); my $thisDataset = &doStuff($filehandle); ... print "\n"; } # in the real world, i do more with this stuff but i } # think this illustrates the point adequately