Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Searching module

by baku (Scribe)
on Jan 30, 2001 at 01:47 UTC ( [id://55084]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     tie %artist, DB_File, "$vardir/artists.db";
     tie %album, DB_File, "$vardir/title.db";
     tie %track, DB_File, "$vardir/track.db";
    
  2. or download this
     # tie to new files to keep from accidentally
     # re-using old values and to not update the db
    ...
    #[the data file assumed above would read like:
    # Pearl Jam,ten,Jeremy,Black,... 
    # and could be created in Gnumeric or Excel as a CSV file]
    
  3. or download this
    
    # use CGI and get your query words in whatever form
    ...
    }
    print "\n</ol>\n";
    return;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-19 17:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found