Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: goto HACK

by Eily (Monsignor)
on Sep 25, 2018 at 08:29 UTC ( [id://1222952]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Data::Dump qw(pp);
    
    my @array = qw<1000 1000 1000 1010 1010 1010 1020 1022 1023>; 
    ...
      "1022:7" => { One => 1, Two => 1 },
      "1023:8" => { One => 1, Two => 1 },
    }
    
  2. or download this
    my %out;
    my %index;
    my $precision = 10;
    ...
      1021 => { One => 1, Two => 1 },
      1022 => { One => 1, Two => 1 },
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-03-28 14:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found