| ScriptBlue | no i didn't :'( how can i change that |
| hobbs | try read instead |
| Botje | change $/ or use read() |
| apr5 | while($sock) |
| hobbs | while ($sock) { shoe; } |
| apr5 | also iirc you can use EOF on $sock |
| Botje | deparse: while (<$sock>) {} |
| buubot | while (defined(($_ = <$sock>))) { (); } |
| ScriptBlue | alright thanks a lot guys :) |
| apr5 | buubot: isnt that the same as while($_ = <$sock>) ? |
| action | CPAN upload: MogileFS-Plugin-FilePaths-0.01 by HACHI |
| CPAN | upload: MogileFS-Plugin-FilePaths-0.01 by HACHI |
| action | CPAN upload: Yahoo-Marketing-1.01 (+++++) by JLAVALLEE |
| CPAN | upload: Yahoo-Marketing-1.01 (+++++) by JLAVALLEE |
| apr5 | which was his first problem? :O ill take that as a yes ^_^ sigh. |
| hobbs | I'd suggest taking it as "you're talking to a bot, moron." |
| apr5 | lol |
| hobbs | GumbyBRAIN: GET A BRAIN MORANS |
| GumbyBRAIN | What sort of a brain morans. |
| apr5 | \o/ deparse: eval(1); |
| buubot | eval(1); |
| apr5 | well that was a let down. |
| bigjohnto | why can i only write a max of 2 gigs to a file via perl file handlers? |
| Chris62vw | GumbyBRAIN, How I can make teh web wit pearl?!?! |
| GumbyBRAIN | Can i paste just the headers with your wit. |
| Chris62vw | bigjohnto, file system limitation? |
| hobbs | bigjohnto: because you're on a system without largefile support, possibly. Or you're insane. |
| Chris62vw | WHY CANT MY CAR PUNCTURE THE STRATOSPHERE AND FLY INTO SPACE well, uhh, your car's fine buddy, uhm... |
| hobbs | Chris62vw: it's only got a 3-cylinder engine, that's why! |
| Chris62vw | haha they have those :-) |
| hobbs | Metro |
| Chris62vw | yeah |
| apr5 | bigjohnto: it's becuase you're using a 32bit OS with a poorly built perl not designed to support them |
| Chris62vw | not necessarily that might be the 32-bit RAM limit |