Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: (OT) Interview questions -- your response?

by Aristotle (Chancellor)
on Sep 04, 2002 at 03:31 UTC ( [id://194977]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %b_value;
    @b_value{@b_array}=();
    my @c_array = grep exists $b_value{$_}, @a_array;
    
  2. or download this
    my $i;
    while($i < $#array/2) {
        my $copy = $array[$i];
    ...
        $array[-$i] = $copy;
        ++$i;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-23 07:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found