Re: [SLUG] Removing Toolbars etc.. from browser window

2003-11-03 Thread education
Hi Brad: Yes you are right. My mistake. I have not tried your suggestion yet. I will post the outcome soon. Cheers. > [EMAIL PROTECTED] wrote: > >>Hi Brad: >> >>[Louis] below. >> >> >> >>>[EMAIL PROTECTED] wrote: >>> >>> >>> Hi : I've tried this in the perl script with no luck. Here

Re: [SLUG] Removing Toolbars etc.. from browser window

2003-11-03 Thread education
Hi Brad: [Louis] below. > [EMAIL PROTECTED] wrote: > >>Hi : >> >>I've tried this in the perl script with no luck. Here is what I did. I >> have this after reading replies I got. >> >>$javascriptwin = " >>function openWindow(u, n, w, h) >>{ >> var win = window.open(u, n, \"toolbar=no,location=no,

Re: [SLUG] Paths Dilema on RH Linux Server [Typo]

2003-11-03 Thread education
Just a minor typo with attempt 2, the code is push(@INC, $cgibin); Thanks > Hi Sluggers: > > I have been looking at an efficient way to move away from having to > constantly have paths specified in scripts repeatedly. So here is the > full story in great detail so that I can hopefully get an inf

[SLUG] Paths Dilema on RH Linux Server

2003-11-03 Thread education
Hi Sluggers: I have been looking at an efficient way to move away from having to constantly have paths specified in scripts repeatedly. So here is the full story in great detail so that I can hopefully get an informed decision. This is not a problem but merely looking for an efficient way to do th

Re: [SLUG] Removing Toolbars etc.. from browser window

2003-11-03 Thread education
Hi : I've tried this in the perl script with no luck. Here is what I did. I have this after reading replies I got. $javascriptwin = " function openWindow(u, n, w, h) { var win = window.open(u, n, \"toolbar=no,location=no,\"+ \"status=no,menubar=no,scrollbars=yes\"+

Re: [SLUG] Cron Not Running Scripts

2003-11-02 Thread education
> On Sun, 2003-11-02 at 18:28, [EMAIL PROTECTED] wrote: >> Hi Sluggers: >> >> For some reason if I have cron setup like this the script does not do >> anything: >> >> hh mm * * * /usr/bin/perl /path_to_script/scriptname.pl > /dev/null >> 2>&1 > > There is a subtle difference with root crons. > > ar

RE: [SLUG] Anyone used Perl's Filter package !!

2003-11-02 Thread education
Mon, 27 Oct 2003 13:17:11 +1100 (EST), education wrote: > > I download the package Filter-1.26 from CPAN. I'm having problems > > understanding how to use this package to get Perl code to > go through > > the filter before compilation. > > > Also does this me

[SLUG] Removing Toolbars etc.. from browser window

2003-11-02 Thread education
Hi Sluggers: Objective: When someone clicks on a link, I want a new browser window to open with no toolbars, menubar. I want scrollbars. I know Javascript has window.open() to achieve what I want. However the new window opens up from a tag from a script. I tried window.open() in the tag but it d

[SLUG] Cron Not Running Scripts

2003-11-02 Thread education
Hi Sluggers: For some reason if I have cron setup like this the script does not do anything: hh mm * * * /usr/bin/perl /path_to_script/scriptname.pl > /dev/null 2>&1 When I remove the "> /dev/null 2>&1" cron finally executes what I want the script to do. Any clues ?? Cheers. -- SLUG - Sydne

[SLUG] Anyone used Perl's Filter package !!

2003-10-26 Thread education
Hi : I download the package Filter-1.26 from CPAN. I'm having problems understanding how to use this package to get Perl code to go through the filter before compilation. If anyone has used this or have experience with this would it be possible to get a quick run down on how to get a simple Perl

[SLUG] Questions about AWStats Logs !!

2003-10-20 Thread education
Hi Sluggers: I hope some people here have heard of AWStats. I have some questions regarding the stats it provides. Please note that I have looked up the AWStats documents but am not sure if I'm understanding everything properly. So I will ask here. So please confirm my understanding and queries.

[SLUG] Hiding Perl Code - Using Morse.pm

2003-10-04 Thread education
Hi Sluggers: Summary: I have Perl code written in various .pl files. One main file uses "require" so that interfaces from the other .pl files are available. The main file has the path to perl in there. The other files just have interfaces and their implementation as well. I have written these one

RE: [SLUG] HTTP_REFERER not found [Repost]

2003-09-29 Thread education
>>Q1. If I click on a link to go to another HTML page say name.html, I >> lose the "hop=some_data" part. How do I make the "hop=some_data" go >> with the "name.html" with the tag from an HTML document ? Is this >> possible or a script can do this only ? > > there are a couple ways - > one way is t

Re: [SLUG] HTTP_REFERER not found [Repost]

2003-09-29 Thread education
>> Q1. If I click on a link to go to another HTML page say name.html, I >> lose the "hop=some_data" part. How do I make the "hop=some_data" go >> with the "name.html" with the tag from an HTML document ? Is this >> possible or a script can do this only ? > > This is not how a relative link works.

[SLUG] HTTP_REFERER not found [Repost]

2003-09-29 Thread education
Hi Sluggers: I subscribed with a new email address. So I am reposting my query on this. Setup: Url comes to site like this http://www.yourdomain.com/index.html?hop=some_data Q1. If I click on a link to go to another HTML page say name.html, I lose the "hop=some_data" part. How do I make the "ho

[SLUG] HTTP_REFERER not found

2003-09-27 Thread education
Hi Sluggers: Setup: Url comes to site like this http://www.yourdomain.com/index.html?hop=some_data Q1. If I click on a link to go to another HTML page say name.html, I lose the "hop" data. How do I make the "hop=some_data" go with the "name.html" ? Q2. The order page calls a Perl script say "ord

[SLUG] Weird HTML Omitting code via Browser !!

2003-09-13 Thread education
Hi Sluggers: Issue: For some reason when I load an html file in a browser some of the data is not displayed. e.g I have an image tag code in there. But when I do view source via browser, I do not see the image tag for the image I wanted to see. However when I open the html file via the command l

Re: [SLUG] Anyone Installed AWStats on a Server

2003-09-06 Thread education
> I am not completely sure what you mean by "where is that located for > "root" ", do you mean that you have more than one cgi-bin set up, for > more that one domain for eg? If you only have the one cgi-bin then put > them there. Where it is located depends on the server type and OS, the > web serv

[SLUG] Anyone Installed AWStats on a Server

2003-09-05 Thread education
Hi Sluggers: I'm trying to install AWStats onto my web server. However I am stuck with the setup/install instructions. It asks me to install all scripts on the server's cgi-bin, where is that located for "root" ? It also asks me to install some other files in a directory readable by web server.