in reply to Re: MySQL gone Away
in thread MySQL gone Away
{ 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 |