Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Desperatly seeking the wisdom of the Monks

by earthboundmisfit (Chaplain)
on Oct 26, 2001 at 21:05 UTC ( [id://121666]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open (FILE, "$file") || die "Can't open $file";
           $tmp=<FILE>;
    ...
                   push(@hashkeys, $_);
               
           }
    
  2. or download this
    my @hashkeys;
    open (FILE, "$file") || die "Can't open $file";
    ...
                    push(@hashkeys, $fields[0]); # or perhaps it's some ot
    +her 
                                                 # field you want?
               }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-19 05:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found