Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

(tye)Re2: BigInt usage

by tye (Sage)
on Feb 17, 2001 at 21:15 UTC ( [id://59126]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @range= unpack "N*", pack "C*", split /[. ]+/, "@ARGV";
    
  2. or download this
    $range[0]..$range[1]
    
  3. or download this
    Range iterator outside integer range at ...
    
  4. or download this
    for(  $_= $range[0];  $_ <= $range[1];  $_++  )
    
  5. or download this
    sub octets2num {
        my $val= 0;
    ...
        }
        return ! @bytes ? "0" : join ".", @bytes
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://59126]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-25 23:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found