![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: Handling both string and numeric comparisonsby rob_au (Abbot) |
on May 12, 2005 at 11:31 UTC ( #456350=note: print w/replies, xml ) | Need Help?? |
You can force the numeric context for your string in the following fashion:
perl -le "print unpack'N', pack'B32', '00000000000000000000001000000000'"
In Section
Seekers of Perl Wisdom
|
|