in reply to Subroutines loaded in from other files
Note the "1;" at the bottom. In the main file you need the following line somewhere at the beginning:#!/usr/bin/perl sub routine1 { # this routine's code here } sub routine2 { # another routine's code } 1;
require "functions.pl";
--
tune
|
|---|