Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

(Ovid) Re(2): ref, no, maybe?

by Ovid (Cardinal)
on Jan 11, 2001 at 04:31 UTC ( [id://51036]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %hash = ( name  => 'Ovid',
                 color => [ 'red', 'blue' ],
                 COBOL => 'sucks' );
    
  2. or download this
    
    while (($key, $value) = each %data) {
    ...
            $query_string .= "$key=$array_value&";
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (7)
As of 2024-04-19 09:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found