Srini:
Also if it is a module that you downloaded from CPAN, you can get the docs
by typing
perldoc module
For e.g
perodoc CGI
Uri Guttman <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
12/04/2003 11:17 AM
To: Srinivas Rao <[EMAIL PROTECTED]>
cc: [EMAIL PROTECTED]
Subject: Re: [Boston.pm] Perl Modules?
>>>>> "SR" == Srinivas Rao <[EMAIL PROTECTED]> writes:
SR> I am trying to get some perl modules to work, and the main thing
SR> I am having trouble is with passing parameters to my module and
SR> finally return something back to my main program. I tried looking
SR> things up on the web on how to do this, but wasnt satisfied with
SR> what I could find.
modules don't take arguments nor pass results back. subs and methods do
that. modules are meant to package subs and methods together into files
for ease of development and use.
you should learn more about perl and perl subs in general. read perlsub
and perlmod and i would recommend getting a good book. "learning perl
packages, objects, references and modules" is a good one for this level.
uri
--
Uri Guttman ------ [EMAIL PROTECTED] -------- http://www.stemsystems.com
--Perl Consulting, Stem Development, Systems Architecture, Design and
Coding-
Search or Offer Perl Jobs ---------------------------- http://jobs.perl.org
_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm
_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm