in reply to Re: How can I write and call subroutines in separate files?in thread How can I write and call subroutines in separate files?
#!/usr/bin/perl sub one{ print "one"; } 1; [download]