Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: A question of style: Composite keys to multiple values

by TGI (Parson)
on Aug 07, 2012 at 17:27 UTC ( [id://986037]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package My::FieldMap;
    
    ...
        );
    }
    
  2. or download this
    my ($in,$iv) = My::FieldMap->get_internal_name_value( $ext_name, $ext_
    +value );
    
    # or
    my ($in,$iv) = My::FieldMap::get_internal_name_value( $ext_name, $ext_
    +value );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-10 06:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found