Re: Needing IP addresses

2003-06-12 Thread drieux
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

Needing IP addresses

2003-06-12 Thread Chris Anderson
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

how can i put background image in perl code

2003-06-12 Thread Annie
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

Re: Question about regexing/splitting results into array

2003-06-12 Thread Kristofer Hoch
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

RE: Question about regexing/splitting results into array

2003-06-12 Thread Scot Robnett
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

Question about regexing/splitting results into array

2003-06-12 Thread Scot Robnett
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 $/ =

Re: suexec question

2003-06-12 Thread drieux
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

suexec question

2003-06-12 Thread Eugene Geldenhuys
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-