Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Checking Submitted Form Data

by projekt21 (Friar)
on Feb 27, 2002 at 11:45 UTC ( [id://147868]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Global symbol "@reqform" requires explicit package name at test017.pl 
    +line 16.
    Global symbol "@reqform" requires explicit package name at test017.pl 
    +line 21.
    ...
    Bareword "var2" not allowed while "strict subs" in use at test017.pl l
    +ine 16.
    Bareword "var3" not allowed while "strict subs" in use at test017.pl l
    +ine 16.
    test017.pl had compilation errors.
    
  2. or download this
    my @reqform = qw(var1 var2 var3); # quote them!
    
  3. or download this
    my @errormsg;
    

Log In?
Username:
Password:

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

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

    No recent polls found