Help for this page
Select Code to Download
Select
or
download this
require "foo.pl"; &do_this("with that");
Select
or
download this
sub do_this { print @_; } 1;