Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

RE: Re: help on searching a file

by BastardOperator (Monk)
on Sep 12, 2000 at 22:54 UTC ( [id://32159]=note: print w/replies, xml ) Need Help??


in reply to Re: help on searching a file
in thread help on searching a file

Completely untested, so take it with a grain of salt.
my $pessoais = "produtos/pessoais.dat"; my $mailprog = "/usr/sbin/sendmail"; my $search_for = "a"; my $search_field = "all"; my @results = () search_database($pessoais, $search_for); my $count = @results; # I'll assume that @results is a global foreach my $result (@results) { my ($key, $description, $speed, $ref, $qid) = split(/\|/, $result) +; # the print MAIL confuses me as I can't see where it # was opened or where %FORM is from (params?), so # I'll leave that as an exercise for the reader. }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-03-29 13:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found