#!/usr/bin/perl sub test { print "test\n"; } 1; #### #!/usr/bin/perl require 'test.pl'; # what file is &test() from? I would like to see test.pl?