Re: how to use perl modules

2005-09-27 Thread Jabir Ahmed
--- test.pm --- package test; sub ReturnValue() { my $a=10; return ($a); } 1; # as a module usually has a return value --- call.pl -

Re: how to use perl modules

2005-09-27 Thread Wiggins d'Anconia
Abhishek Dave wrote: > hello all, > i've wrote a small test subroutine in my file name test.pm and in the same > directory i worte > a perl file in which i've to call this subroutine in this perl program > Capitals, punctuation, and full words are a good idea when posting to a public forum. Poor