Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Re: best data structure

by fruiture (Curate)
on Aug 28, 2002 at 14:29 UTC ( [id://193468]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    our @array = 'a' .. 'e';
    our @figure_out = 'd' .. 'g';
    ...
    
      @array = sort {$h{$a}<=>$h{$b}} keys %h;
    }
    
  2. or download this
    {
       my @new = ();
    ...
    
       @array = @new;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-26 04:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found