Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: CGI problem

by liverpole (Monsignor)
on Nov 06, 2011 at 14:36 UTC ( [id://936293]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($query_str='') {
        ...
    }
    
  2. or download this
    if ($query_str == '') {
        ...
    }
    
  3. or download this
    if ('' == $query_str) {
        ...
    }
    
  4. or download this
    if ('' = $query_str) {
        ...
    ...
    #   Can't modify constant item in scalar assignment at example.pl line
    + 3,
    #   near "$query_str) "
    #   Execution of example.pl aborted due to compilation errors.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-20 00:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found