Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

(Ovid) Re(2): How many bugs can *you* find

by Ovid (Cardinal)
on May 01, 2001 at 03:25 UTC ( [id://76811]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       my $paramTemp,$contentTemp; 
    ## $contentTemp is NOT BEING DECLARED LOCAL (very misleading)
    
  2. or download this
       $content =~ s/<!--$section-->(.*)/<!--$section-->$contentTemp/; 
    ## parens not needed on .*, what if $section has regex chars?
    
  3. or download this
        if ($image ne '') { my $newFile = fileUpload('Image',250000,1,'lat
    +est_image','JPEG','.jpg','
    +.jpeg') } 
    ## image might be undef if param not provided.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-03-29 08:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found