RE: To include another file in perl program

2004-04-29 Thread Charles K. Clarkson
Durai [EMAIL PROTECTED] wrote: : : $ perl runtest.pl : configure.pl did not return a true value at runtest.pl : line 4. At the bottom of each required file place a 1 like this: 1; It should be on the last line. Let us know if that fixes your problem. HTH, Charles K. Clarkson --

RE: To include another file in perl program

2004-04-29 Thread Charles K. Clarkson
Durai [EMAIL PROTECTED] wrot: : :It works fine. Thanks. : But I don't know about 1; action? : : Is it the return value? Yes. Read perlfunc 'require': The file must return true as the last statement to indicate successful execution of any initialization code, so it's