----- Original Message ----- From: "rocky karhe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 30, 2004 7:59 PM Subject: help me
> hi > > can anybody tell me where can i get help for perl like: > 1) param() perldoc -m cgi > 2) RMD::ForgotPass > why :: is used Depends on how this be declared, if you saw this like : use RMD::ForgotPass; It means that this script is trying to include a package located in RMD/ForgotPass.pm inside anyone of the lib included directory. Or, if you see the line exists like this : $something = RMD::ForgotPass ( $argument ); That mean a module RMD is included and the script is going to use the sub (function) 'ForgotPass' inside package RMD. > 3) defined keyword > perldoc -f defined HTH, Bee -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>