Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Storing Info

by sickboy (Initiate)
on Jan 21, 2002 at 09:53 UTC ( [id://140317]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for (@raw_list) {
    my @entry = split(/,/, $_);
    ...
    
    $friends{$n}=$sucker;
    }
    
  2. or download this
    foreach $n (sort keys %friends) {
    $sucker=$friends{$n};
    if ($sucker->{FIRSTNAME}=~/^j.*/) {$d++;}
    ect...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://140317]
Approved by root
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: (10)
As of 2024-04-18 08:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found