Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Flat file DB

by jryan (Vicar)
on Aug 30, 2001 at 01:36 UTC ( [id://108913]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    entry1|entry2|entry3|entry4|entry5|
    entry6|entry7|entry8|entry9|entry10|
    entry11|entry12|entry13|entry14|entry15|
    
  2. or download this
    open (DATA, "data.dat")
    @data = <DATA>;
    ...
        @elements = split (/\|/, $item);
        # do your comparisons to each item in @elements here
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://108913]
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-03-28 18:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found