Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Need help with syntax error in CGI script

by davidj (Priest)
on Aug 02, 2004 at 01:11 UTC ( #379162=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    If $query->upload('fullimage_file') || $query->upload('thumbnail_file'
    +) {
    
  2. or download this
    if( $query->upload('fullimage_file') || $query->upload('thumbnail_file
    +') ) {
    
  3. or download this
    if( $query->upload('fullimage_file') || $query->upload('thumbnail_file
    +') ) {
    my $img_name              = $query->param('item');
    ...
        }
    }
    }
    
  4. or download this
    if( $query->upload('fullimage_file') || $query->upload('thumbnail_file
    +') ) {
    my $img_name              = $query->param('item');
    ...
        print FILE $buffer;
        }
    }
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2023-09-26 05:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?