Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: values of hash table

by esskar (Deacon)
on Mar 04, 2004 at 05:57 UTC ( [id://333795]=note: print w/replies, xml ) Need Help??


in reply to values of hash table

what about
push @{$lineFileContains{$r[3]}}, [@r[3..$#r]];
and
foreach (@{$lineFileContains{$_}}) { print "\t$_->[0]\t$_->[1]\n"; }
and

are you sure about
push @{$lineFileContains{$r[3]}},
or should it be
push @{$lineFileContains{$r[2]}},
???

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-18 05:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found