Moving files
pll at lanminds.com
pll at lanminds.com
Mon Jan 6 12:36:11 EST 2003
In a message dated: Mon, 06 Jan 2003 11:54:50 EST
Derek Martin said:
>Mike, I agree with you 100%. But Perl can be more readable than that,
>if the author decides to make it so.
I don't think mine was unreadable given it was on the command line.
Add a few new lines in and you have almost exactly what your
unspacify program is.
>lower case as well, first line of the loop body [\L<string>\E]):
Why not use lc() over \Lx\E? That would make that line a lot more
readable, since you can find the meaning of lc() faster than you can
\L and \E (assuming you're a newbie).
>I'll also note that my version isn't all that much more typing than
>the other, more cryptic versions.
I find it interesting that you found the others cryptic. The seem
quite straitforward to me.
--
Seeya,
Paul
--
Key fingerprint = 1660 FECC 5D21 D286 F853 E808 BB07 9239 53F1 28EE
It may look like I'm just sitting here doing nothing,
but I'm really actively waiting for all my problems to go away.
If you're not having fun, you're not doing it right!
More information about the gnhlug-discuss
mailing list