in reply to If the universe was more like Perl, I would...
no strict; no warnings; for $banker (@all_bankers) { chop($banker); }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: If the universe was more like Perl, I would...
by Bloodnok (Vicar) on May 17, 2011 at 09:36 UTC | |
Re^2: If the universe was more like Perl, I would...
by Anonymous Monk on May 23, 2011 at 00:50 UTC |