Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

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

by tadman (Prior)
on Sep 04, 2002 at 07:32 UTC ( [id://194994]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @c = do { my %tmp = map { $_ => 1 } @a; grep {$tmp{$_}} @b };
  2. or download this
    for (1..@foo/2) { @foo[$_-1,-$_] = @foo[-$_,$_-1]; }
  3. or download this
    @foo = map { pop(@foo) } 1..@foo;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-25 12:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found