#perl - Thu 29 Mar 2007 between 11:32 and 18:23



RandalI did a magazine article on that once
FlawlessPlease note I'm not unwilling to learn .. ;)
RandalI recognize that.
I just wish you were smarter already. :)
Flawlesshaha ;)
Well, I could teach you a thing or two in other languages, I'm sure :P
RandalMaybe. :)
I've been around
this is my 30th year of professional programming
f00li5hFlawless: turns out Randal knows a bit of perl though
Flawlessbtw, what does SpamAssassin do?
f00li5h: I have no doubt about that
f00li5hFlawless: filters email for spam
Flawlessf00li5h: hey, good one.. ;)
f00li5hi replace experience with parrot like regurgitation of facts, it seems to be working
Ani-_wozzeck: What will cause you trouble: adding entries to the hash while looping over it and not fully looping over the hash.
jshriveraye I'm reading the directory using readdir and putting the filename in $filename within a while loop
wozzeckoh, thanks, but i was just using it to view the contents easily
Ani-_wozzeck: use Data::Dumper;
jshrivercfedde: ?
dondelelcaroprobably grep {$_ !~ /^\.\.?/ } @filenames; is more appropriate...
ksfedx_ we recently got 60 nodes facility, just wonder about something to benchmark it
jshriverIs it possible to dump readdir directly to a list then?
dondelelcaros/?/?$/
jshriver: yes.
fedx_ks: actually have not recently. we have 30 nodes all smp
wozzecktrue -- thanks.. is there anyway to get rid of "Useless use of a constant in void context" errors without removing use warnings; ?
hobbsdondelelcaro: useless use of regex at line 1 ;)
jshriverhow?
hobbswozzeck: not doing that? :)
Ani-_wozzeck: yes. Don't use a constant in void context.
wozzeckwell i'm just saying 'rm -f $blah'
Ani-_eval: use warnings; "x"; "";
buubotAni-_: Useless use of a constant in void context at eval line 1.
hobbsjshriver: by using readdir in a list context. :)
Ani-_eval: use warnings; $z="f"; "";
buubotAni-_:
jshriverk checking one sec
Ani-_wozzeck: that makes no sense.
hobbswozzeck: right, that does _nothing_. It's yelling at you for good reason.

Page: 3 10 17 24 31 38 45 52 59 66 73 80 87 94 101 108 

IrcArchive