Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: using strict setup

by Jaap (Curate)
on Apr 16, 2005 at 08:58 UTC ( [id://448429]=note: print w/replies, xml ) Need Help??


in reply to using strict setup

Declare $INPUT with our like this:
use strict; use warnings; use CGI; our $INPUT = new CGI;
or use vars qw($INPUT); if you want it to be used in Perl < 5.6.0 (i believe).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (None)
    As of 2024-04-25 01:45 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found