in reply to Re: I usually debug via...
in thread I usually debug via...
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.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: I usually debug via...
by anadem (Scribe) on Feb 24, 2005 at 16:23 UTC | |
by dmorelli (Scribe) on Feb 25, 2005 at 15:31 UTC | |
by planetscape (Chancellor) on Aug 16, 2010 at 11:38 UTC |