Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: Small troubles with references

by injunjoel (Priest)
on Feb 09, 2006 at 21:00 UTC ( [id://529194]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    check_input_list(@array, \%hash);
    check_input_list(\@array, \%hash);
    
  2. or download this
    
    arrayval1 arrayval2 arrayval3 arrayval4 arrayval5 key2 val2 key1 val1 
    +key3 val3
    ...
    
    ARRAY(0x1824320) HASH(0x182435c)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-25 20:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found