in reply to I usually debug via...
my $a='62696c6c77667269656e6440676d61696c2e636f6d'; while ($a=~m/(^.{2})/s) {print unpack('A',pack('H*',"$1"));$a=~s/^.{2}//s;}
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: I usually debug via...
by dmorelli (Scribe) on Feb 24, 2005 at 14:52 UTC | |
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 |