in reply to Re: Using "USE" instead of "DO" for subroutines call in external filein thread Using "USE" instead of "DO" for subroutines call in external file
#!/usr/local/bin/perl use lib 'path/to/mysub.pm'; use mysub; [download]