|
|
| more useful options | |
| PerlMonks |
Re^2: I usually debug via...by dmorelli (Scribe) |
| on Feb 24, 2005 at 14:52 UTC ( #434085=note: print w/ replies, xml ) | Need Help?? |
|
Kevin, your sig code was nagging me. I was able to shorten it down to this: perl -e '$a="62696c6c77667269656e6440676d61696c2e636f6d";print unpack("A",pack("H*","$1")) while ($a=~s/(^.{2})//s)' You don't need both the m// and s///, just one s/// will do. And the block { } notation after the while isn't necessary.
In Section
Past Polls
|
|
||||||||||||||||||||||||||