Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Re: MySQL gone Away

by maverick (Curate)
on Oct 14, 2002 at 17:08 UTC ( [id://205155]=note: print w/replies, xml ) Need Help??


in reply to Re: MySQL gone Away
in thread MySQL gone Away

Why iterate, when you can get the whole file in one big slurp?
{ local $/ = undef; open(FILE,"<".$filename) || die ("Could not open: $!"); $data = <FILE>; close(FILE); }

/\/\averick
OmG! They killed tilly! You *bleep*!!

Replies are listed 'Best First'.
Re: Re: Re: MySQL gone Away
by bronto (Priest) on Oct 14, 2002 at 17:48 UTC

    Only for the sake of KISS, nothing more and nothing less.

    Ciao!
    --bronto

    # Another Perl edition of a song:
    # The End, by The Beatles
    END {
      $you->take($love) eq $you->make($love) ;
    }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-03-19 05:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found