Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: Perl Hash

by reasonablekeith (Deacon)
on Jul 26, 2005 at 09:21 UTC ( [id://478102]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach my $k (keys(%LogHash)) {
       print LOGFILE $k, ",", $LogHash{$k}, "\n";
    }
    
  2. or download this
    %LogHash = ($HashKey => $SentRec = substr($_, 0, 20));
    
  3. or download this
    $LogHash{%HashKey} = "THEVALUE";
    
  4. or download this
    use Data::Dumper;
    print Dumper(\%hash);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-24 10:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found