Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Errors in my (simple?) CGI Script!

by simon.proctor (Vicar)
on Mar 09, 2002 at 21:23 UTC ( [id://150616]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Assuming is set in bush.conf
    unless(open(FILE,"<$random_file"))
    ...
    }
    my @lines = <FILE>;
    close(FILE);
    
  2. or download this
    open(FILE,"<$random_file") || die "Could not open file",$!;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-18 04:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found