--- [EMAIL PROTECTED] wrote:
> You might do like this...
>
> Depending of what you really want to do with your data...
>
> $file_name = "log.txt";
>
> open (log_file, $file_name)|| die "Cannot open $file_name for reading\n";
> while () {
> chomp;
> #Row from log.txt
> #2002_01_17_2
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:
> Hi to All,
> I' ve a problem: I use Win95 with Perl and Apache.
> When I display, with a browser, a file.cgi made using GD module, I obtain
> an error because I' ve not installed all C libraries of GD module.
> Is there an exe for Win95 which contai
Hello,
I downloaded a search script that is perfect for what I'm looking for, but
there's one problem that I can't figure out. In it, there's a variable for
what files and/or directories that you do NOT want searched ($DMZ). I can't
find the correct format to put in here and the script's tech s