Hello,
I made a Perl module "WaitNext", 'cause I can't find
a similar one that I really want.
When I want to run some script, say every 60 minutes,
I register to crontab.
It's OK but each job's results are not easy to be adopted
to next jobs. So sometimes I want to make a script as a daemon.
"slee
- Original Message -
From: "Hardik Oza" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, September 08, 2002 10:04 AM
Subject: calling a perl script from within a perl script
> Hello,
> I am interested in calling a perl script from within a
> perl script.
> I am trying to post s
Hello,
I am interested in calling a perl script from within a
perl script.
I am trying to post some cgi form data to a script
which inturn should invoke some other script.
Thanks in advance.
Hardik
__
Do You Yahoo!?
Yahoo! Finance - Get real-time s
Hi Perl coders,
Env: Win98, Perl 5.6.1 x86 build 626
Original Script
-
Back in 1999, I found the perl script, fav2html.pl by
Kevin Mulholland. see
http://www.moodfarm.demon.co.uk/download/index.html#fav2html
its still available for download. AFAIK he is now 100% *Nix, so
win32::Daemon... I think this is far superior to srvany but if you
insist on using a method similar to below, the win2k resource kit has
what you are looking for (instsrv.exe I believe).
-Original Message-
From: Jitendra Soam [mailto:[EMAIL PROTECTED]]
Sent: Saturday, September 07,
Hi Gurus,
I am trying to connect to a remote Oracle server using a CGI program
given below.
CGI Code :
--
#!c:\perl\bin\perl
use CGI;
use DBI;
$q = new CGI;
print $q->header;
BEGIN {
$ENV{ORACLE_HOME} = "g:\\Ora81";
$ENV{ORACLE_SID} = "Ifund2";
}
## user name
my $dbh = DBI->c
Thanks for your help.
I believe these two files works with NT 4.0 and there is some other way
in windows 2000. Following are the two FAQ from Active state:
How do I run a Perl script as a Windows NT Service?
You can run your Perl scripts as Windows NT Services via a program
called srvany.exe, w
Hey There,
I am not sure how to do it with Perl itself (maybe the
Win32::AdminMisc), but the Windows Resource KIT comes with INSTSRV.EXE
and SRVANY.EXE, those two files allows a user to make any application
run as a service on the machine.
Contact me directly if you need step by
Thanks
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs