Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: CGI.pm questions...

by eg (Friar)
on Feb 09, 2001 at 23:56 UTC ( [id://57462]=note: print w/replies, xml ) Need Help??


in reply to CGI.pm questions...

You don't need to use both. Using qw/:standard/ just imports certain non-object methods into your script's namespace. If you're using the objects (as it looks like you are), there's no need to use qw/:standard/.

In fact, using CGI is sufficient to read and set cookies. You don't need to explicitly use CGI::Cookie.

Replies are listed 'Best First'.
Re: Re: CGI.pm questions...
by sierrathedog04 (Hermit) on Feb 10, 2001 at 00:18 UTC
    If the user wants to import all CGI methods (and doesn't mind the slight overhead) he can use CGI qw/:all/;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-19 16:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found