Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: simple search script

by LazerRed (Pilgrim)
on Jul 18, 2003 at 20:43 UTC ( [id://275749]=note: print w/replies, xml ) Need Help??


in reply to simple search script

I'm betting that the your problem is in:

my @files = ('*.html','*/*.html');

Try using just:

 my @files = ('*.html');

And see if it works then.

LR

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (9)
As of 2024-04-24 10:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found