On Thursday, Jun 12, 2003, at 16:49 US/Pacific, Chris Anderson wrote:
[..]
I have one page where I need to track all IPs going to that page.
I need this to be output to an HTML file or a text file that will
be dynamically read by an HTML file.
do you mean the
REMOTE_HOST
REMOTE_ADDR
Hi all:
I have a web page on a Mandrake Linux box running Apache webserver.
I have one page where I need to track all IPs going to that page.
I need this to be output to an HTML file or a text file that will
be dynamically read by an HTML file.
I am not sure where to begin.
Thanks,
--
Chris And
I want to put an image repeated vertically on the left side of my web page using perl
code. the css file has the code as follows and the file i want to put vertically is
say "p.gif". I have included the file in perl code and its working for all of the
stuff in the main.css but not for background
split //, $_
instead of matching
embrace it in parenthesis...no escaping neccessary...
split /()/, $_
At least I think that I am reading this book properlyh
--- Scot Robnett <[EMAIL PROTECTED]> wrote:
> I was wondering why this array that I am attempting to create at line
> 21
> seem
I think the escaping is still necessary in that case
Maybe something like this would be cleaner:
my @ary = split /qr{/}/, $_;
That would work unless I was trying to interpolate into the pattern, because
I set $/ = '' and read into memory in paragraph mode.
I believe that the solution you
I was wondering why this array that I am attempting to create at line 21
seems to be empty. If I want to put chunks separated by
into the array, how could I do this differently to make it work?
##
#!C:\Perl\bin\perl.exe -w
$/ =
On Thursday, Jun 12, 2003, at 04:01 US/Pacific, Eugene Geldenhuys wrote:
[..]
I have a small problem after upgrading a system from RH6.0 to RH9.0, my
apache web server went from version 1.3.6 to version 2.0.40. This in
itself
is probably a good thing, but a system management utility I wrote in
p
Hi all
I have a small problem after upgrading a system from RH6.0 to RH9.0, my
apache web server went from version 1.3.6 to version 2.0.40. This in itself
is probably a good thing, but a system management utility I wrote in perl
now will not execute system binaries unless I mark them srwxr-xr-