Have you got active state installed and running, and mapped .pl and .cgi extensions to it? or is this done automatically with those webservers in question? HTH...
5389
gordon stewart
gordonisnz@...
Sep 1, 2001 5:34 pm
Hi there, Anyone using netfirms.com ? Ive just created an account & using the SAME script im using on another site, But i get the error :- ... Internal Server...
5390
gordon stewart
gordonisnz@...
Sep 1, 2001 5:41 pm
... LOL - Neva mind, The picture of the permissions was left-right, On my FTP porogramme the (read/write/execute) boxes were up/down - Had the wrong codes. ...
5391
Bompa
bompa@...
Sep 1, 2001 9:17 pm
foreach (`find -iname "*.htm*" -follow`) { I'm troubleshooting a search engine .cgi which has that line in it. I know the backticks are to launch a process,...
5392
Frederick Reeve
frederick_lia@...
Sep 2, 2001 5:05 am
What! You play ball using perl with out letting Linux in court?... You should give it a try, but hey thats just my OP. Find is a "VERY" powerful command....
5393
gordon stewart
gordonisnz@...
Sep 2, 2001 11:40 am
Hi - Im getting the following errors (below) - CGI / Perl script unavailable.. I have !/usr/local/bin/perl -w use CGI::Carp qw(fatalsToBrowser); at the top of...
5394
gordon stewart
gordonisnz@...
Sep 2, 2001 11:43 am
... Ive changed it to #!/usr/local/bin/perl -w Same as all my other "working" scripts..... still - no difference :-) How can i de-bug something if the debug...
5395
gordon stewart
gordonisnz@...
Sep 2, 2001 12:38 pm
Hi - ive got my de-bug techniques going. It was saved in MAC Ansii/text - not PC Ansii/text G. ===== G. Stewart New Zealand chat & Discussion group email ...
5396
gordon stewart
gordonisnz@...
Sep 2, 2001 1:47 pm
Hi there... When i 'write' to a file, If i open it in a CGI directory, I can write to it al-right, but I cant write/open a file in my main HTML directory. Has...
5397
Bompa
bompa@...
Sep 2, 2001 1:50 pm
Chances are you just need to adjust the path to include a different directory. Bompa ... -- http://www.afreeirc.net/ New IRC network dedicated to democracy....
5398
gordon stewart
gordonisnz@...
Sep 2, 2001 2:00 pm
Savant list :- Im using this on my savant sustem & get a non-static ISP/DNs.. ... you just need to adjust the path to ... What do you mean ? Eg...
5399
Bompa
bompa@...
Sep 2, 2001 2:09 pm
Gorday, that last post of yours sorta confused me. ... What is the exact path to your main HTML directory? ... -- http://www.afreeirc.net/ New IRC network...
5400
gordon stewart
gordonisnz@...
Sep 2, 2001 2:12 pm
... last post of yours sorta confused me. ... its :- 202-180-108-198.dialup.attica.net.nz/wwwboard/messages/1.html I HAVE got a wwwboard/messages directory -...
5401
Bompa
bompa@...
Sep 2, 2001 2:30 pm
Try: open(FH, ">/wwwboard/messages/1.html") print FH "This is a test\n"; ... -- http://www.afreeirc.net/ New IRC network dedicated to democracy....
5402
gordon stewart
gordonisnz@...
Sep 2, 2001 2:50 pm
... No - no file created... I'm off to bed now - Almost 3 a.m. Wait for reply tomorow from the savant group (if theyre still alive) G. ===== G. Stewart New...
5403
Frederick Reeve
frederick_lia@...
Sep 2, 2001 2:58 pm
Here you go. my ($sec, $min, $hour, $month, $day, $year) = localtime(time); The year is based on an offset from 1900 so 101 would be 2001. So to get our ful...
5404
scott@...
Sep 2, 2001 6:34 pm
Hello, I need help with creating and writing to a log file. For a not-so-obvious reason to me, the log file is never accessed or written to. The log file has ...
5405
Gordon Stewart
Gordon.Stewart@...
Sep 3, 2001 12:28 am
Ok - Im new to 'seek' Ive seeked a position (50) in a file, How do i make $store contain another 50 characters from the position 50 ?? G....
5406
Gordon Stewart
Gordon.Stewart@...
Sep 3, 2001 12:40 am
I think ive found it (will try it later - at home - 8-9 hours time) read FILEHANDLE,SCALAR,LENGTH,OFFSET (For this example, query, Changed it to read 150...
5407
Gordon Stewart
Gordon.Stewart@...
Sep 3, 2001 5:49 am
sent on the 'perl' group - My answer / solution to my big file problem. I can now open a 180 meg file & read aprox 400-500 lines of information, within 1/4 of...
5408
Adrian
adrian@...
Sep 3, 2001 7:45 am
They will be sent in the order they given to Sendmail. Check the times on the emails when youget htem and see if that is ok. I have programs that send...
5409
gordon stewart
gordonisnz@...
Sep 3, 2001 8:16 am
... I did that... - NORMALLY, - you use sendmail to send the same message to 1000, - 2000, or more DIFFERENT people... I tested it yesterday, sending myself 10...
5410
Jenda Krynicky
Jenda@...
Sep 3, 2001 12:47 pm
To: <perl@yahoogroups.com>, <perl-beginner@yahoogroups.com> From: "Gordon Stewart" <Gordon.Stewart@...> Date sent: Mon,...
5411
Jorge Goncalvez
goncal11@...
Sep 3, 2001 12:51 pm
Hi, folks, I have to parse a file which looks like this: dhcpd : LOG_INFO : DHCPDISCOVER from 52:41:53:20:c0:f6:c8:35:6c:80:c0:01:01:00:00:00 via eth0 and I...
5412
gordon stewart
gordonisnz@...
Sep 3, 2001 12:54 pm
... < Thanks.. - Ive already done it, at after-noon tea-time at work (I sent the script i used - to the group). Basically, my file is over 180 megabytes.. &...
5413
gordon stewart
gordonisnz@...
Sep 3, 2001 12:57 pm
... Q. Whats R.E. ??? Q. Is the first part of the line "dhcpd : LOG_INFO : DHCPDISCOVER from" the same on each line ? or does it change for each line ? G. ...
5414
GARCIA Lionel
lionel.garcia@...
Sep 3, 2001 1:48 pm
Hi, It seems I have a little problem passing arguments: Here's the code: sub foo { my ($machine)=@_; print \$machine; } $lb_liste->bind('<Button-1>', [ \&foo, ...
5415
Gordon Stewart
Gordon.Stewart@...
Sep 3, 2001 11:17 pm
Hi - Im a bit stuck (i'll try & figure it out tonight) - But if anyone can spot it easily, can you let me know .. Basically, The script scans a file, comparing...
5416
Gordon Stewart
Gordon.Stewart@...
Sep 3, 2001 11:57 pm
Hi - Fixed. G ... Hi - Im a bit stuck (i'll try & figure it out tonight) - But if anyone can spot it easily, can you let me know .. <...
5417
Gordon Stewart
Gordon.Stewart@...
Sep 4, 2001 2:37 am
Hi - ive got the following 'package' set up under the :- perl/lib/my/debtextract.pm file.. The Script works (ive used it, But i want to convert it into a...