Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: “A meeting at the Liquor-Vodka Factory”, or… same ARRAY questions again?!!

by ikegami (Patriarch)
on Sep 02, 2005 at 20:50 UTC ( [id://488786]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub _unsigned_to_signed {
       return unpack('i', pack('I', $_[0]));
    ...
          }      
       }
    }
    
  2. or download this
    sub my_binsearch($\@) {
       unshift(@_, sub { $a <=> $b });
    ...
       undef $idx if $idx < 0;
       return $idx;
    }
    
  3. or download this
    my @unsorted = qw( ... strings ... );
    
    ...
    }
    
    print(join("\n", @sorted), "\n");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-03-28 22:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found