require "foo.pl"; &do_this("with that"); #### sub do_this { print @_; } 1;