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

Hash-type lookup in PDL

by andye (Curate)
on Jan 05, 2007 at 13:26 UTC ( [id://593108]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my @old_values = list($pdl_oldvalues);
        my @new_values = map $hash_lookup->{$_}, @old_values; 
        my $pdl_newvalues = pdl(\@new_values);
    
  2. or download this
        my $pdl_newvals = $hash_lookup->{$pdl_oldvals};
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://593108]
Approved by wfsp
Front-paged by ikegami
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2024-04-19 10:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found