go ahead... be a heretic | |
PerlMonks |
Re^3: script not workingby broomduster (Priest) |
on Sep 25, 2009 at 09:21 UTC ( [id://797430]=note: print w/replies, xml ) | Need Help?? |
also the hash %x is usedActually, %x in this context is not referring to a hash. It is the printf format directive to print as (unsigned) hexadecimal. See the man page for printf.
In Section
Seekers of Perl Wisdom
|
|