... Gordon> is it possible, for an ISP to 'route' all emails via a CGI Gordon> script - before it reaches the POP mailbox ? Uh, how is CGI involved here? CGI...
did you do a $ chmod 775 /home/monitor/scripts/ck.pl ? Better yet, you should change that entry to: 0-59/5 * * * * * /usr/bin/perl /home/monitor/scripts/ck.pl ...
... Ive got all sorts of CGI/Perl cron-jobs - to run processes & an email-list system (eg like yahoogroups) but on my own server - No forms & web involved..) ...
... gordon> Ive got all sorts of CGI/Perl cron-jobs - to run gordon> processes & an email-list system (eg like yahoogroups) gordon> but on my own server - No...
IMHO, Slackware's much easier... but that's probably cause i've just used Debian once. Anyway, most people would say that it's much easier to install...
... Why? PHP is still try to catch up to Perl's functionality. I've found that PHP tends to plateau as the program gets more involved. Its great for simple...
Brad Lhotsky
brad@...
Apr 1, 2004 2:57 pm
18489
ja, i even almost fell for it once, cause they said PHP is much easier to learn... but really, what would you want? Something easier to learn, or something...
Bear with me, the way I've worded the question makes it seem unrelated to Perl, but it's what I'm trying to pull into my script. My main point of reference is...
... Joe> But when I run it through ssh, it doesn't return any output. Here are the Joe> following variations that I've tried and each time I get nothing. The...
... Randal, Thanks for your response, but I'm getting the same results. The fixer program in my example: /home/superuser/fixer/fixer 78758000002063 002 X is a...
... Ahh! What's your shell on the remote box? If it's not /bin/sh (the One True Shell), that syntax doesn't work. I forgot that about ssh. Sorry. -- Randal...
... user1 > echo $SHELL /usr/bin/ksh and that's being set in the first command that's listed in my ssh string when I execute .profile. So, my first thought is...
I will be out of the office starting 04/01/2004 and will not return until 04/09/2004. I will respond to your message when I return....
sprologo@...
Apr 1, 2004 10:07 pm
18496
My problem was eventually tipped off by Tom of the Omaha Linux User Group with the following post: To: Omaha Linux User Group <olug@...> Subject: Re:...
I will be out of the office starting 04/01/2004 and will not return until 04/09/2004. I will respond to your message when I return....
sprologo@...
Apr 2, 2004 12:11 am
18498
... I'm no expert - But im not a newbie either... Up till a few weeks ago, I knew nothing about PHP.. - But ive now converted 2 of my CGI scripts to PHP.. (one...
... gordon> PS - My job can be summarised as 'paper-pusher' - Not gordon> programmer :( PHP is to the web what VBA is to Excel. It's a great way to get simple...
Dear Perls of Wisdom, Ok, I'll admit it. I've been gone for a while and I, well, I wrote something in PHP too. :<( My perl program got postponed rather than...
I'll answer the questions I can! ... Dunno, but check this: http://search.cpan.org/search?query=PDF&mode=module ... Sure is! :) ...
Brad Lhotsky
brad@...
Apr 2, 2004 11:53 pm
18502
I get a 404 error or 500 error. i used the #! /user/bin/perl something like that. do you use that or you use you site domain name. I can't understand. My...
... < Yep - I've saved another email (got it at work..) Once they give me FTP access & ask me to upload my php script, I'll ask them why they're more...
Here is a copy of something I sent to the forum on my websites ISP.. BASICALLY, I want to ... (Eudora or something).. ... (Ie, so you dont check the same...
... Open a text editor, and paste this into it: #!/usr/bin/perl -w # Tell perl to send a html header. # So your browser gets the output # rather then...
searcydigest, in addition, to connect your Linux box, that simplest way is to assign a static ip address to it (example: 192.168.0.2). You could do this by...
Hi, In order to connect to Sybase SQL server the following command is used. $dbproc = &dblogin('login','passwd', 'SERVER_NAME'); But is there any way to...
... adari> In order to connect to Sybase SQL server the following adari> command is used. adari> $dbproc = &dblogin('login','passwd', 'SERVER_NAME'); That's...
Hello Perl-ists, I am looking for a script that I can use to send multipart e-mails. Since e-mail has been around long enough, I believe it's possible I don't...
... Odhiambo> Hello Perl-ists, Odhiambo> I am looking for a script that I can use to send multipart e-mails. Odhiambo> Since e-mail has been around long...
Hi, Win2k, Activestate PERL 5.8. I tired my newbie hand at installing XML::RRS module. ppm search could not find it as binary. So went to cpan and used nmake...