Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: Hmm I get this error from $q's

by thunders (Priest)
on Jul 14, 2002 at 16:55 UTC ( [id://181593]=note: print w/replies, xml ) Need Help??


in reply to Re: Hmm I get this error from $q's
in thread Hmm I get this error from $q's

Let me expand on that a little. It appears to me that you are using the funcional interface to a module as opposed to the object oriented version. If this is a CGI script and you are tring to call param from CGI.pm the following is needed.

use CGI qw(:standard);

This imports the most common functions from CGI.pm including param(). If you are using a different module please post a follow-up with more of your code.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://181593]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 23:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found