in reply to Re: Perl losing, unfairly
in thread Perl losing, unfairly
Really, it's combining bash and perl that is great fun. for example:
Writing 'whichpm' in perl alone would take a fair bit more space.[me@host]$ more `which whichpm` #!/bin/sh perl "-M$1" -le '$_=shift; s|::|/|g; print $INC{"$_.pm"}' "$1" [me@host]$
And everyone knows that I love perl command line switches :-D
------------ :Wq Not an editor command: Wq
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Perl losing, unfairly
by blakem (Monsignor) on Jun 16, 2004 at 08:33 UTC | |
by etcshadow (Priest) on Jun 16, 2004 at 17:39 UTC |
In Section
Meditations