#perl
28 October 2007
Total 31 pages. You are browsing page 31/31.
First :: Prev :: [...] [27] [28] [29] [30] [31] :: Next :: Last
23:52 <****> zbrown: Chomp removes a \n from the end of $_, if there is one.
23:53 <****> jagerman: ya, though run this code that I'm about to paste, you'll see what I'm talking about it doing something fishy
23:53 <****> "zbrown" at 129.171.233.78 pasted "weird..." (56 lines, 844B) at http://sial.org/pbot/28311
23:54 <****> i'm seeing a huge slow down when writing a small bot using lwp::useragent to get thumbnails off a page...any suggestions why this would be?
23:57 <****> zbrown: Err, that isn't what you want to do. Just: chomp; by itself (or chomp($_) if you want to be explicit) will alter $_.
23:58 <****> :D
23:59 <****> jagerman: errr but shouldn't chomping the $temp that I set to $_ result in the same type of result
23:59 <****> No, you copied $_ into $temp, then changed $temp.
23:59 <****> $_ won't be affected.
23:59 <****> jagerman: well ya but I'm just looking for the output of $temp. I
--- Log closed Mon Oct 29 00:00:11 2007
Total 31 pages. You are browsing page 31/31.
First :: Prev :: [...] [27] [28] [29] [30] [31] :: Next :: Last
