- or download this
tie %artist, DB_File, "$vardir/artists.db";
tie %album, DB_File, "$vardir/title.db";
tie %track, DB_File, "$vardir/track.db";
- 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]
- or download this
# use CGI and get your query words in whatever form
...
}
print "\n</ol>\n";
return;