Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Hash table issue

by Anonymous Monk
on May 08, 2004 at 21:04 UTC ( [id://351763]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $x=1;
    while($x <= $EMPnum)
    ...
    $x++;
    }
    
  2. or download this
     
    foreach (@{$info{EmpNum}}) {
     print "\t$info{$_}>[0]          $info{$_}->[1]\t$info{$_}->[2]\t$info
    +{$_}->[3]\n";
                 }
    

Log In?
Username:
Password:

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

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

    No recent polls found