I have a script written for Linux and I am trying to use it under NT. the script has the following line:
use Date::DateCalc qw(:all);
Does this work for Activeperl for Win32 ?
The error I got is ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10180698.html
Zones:
PerlDate Answered: 07/09/1999 Rating: 5.2 Views: 0
i have installed activeperl on an NTserver
but when i run my CGI script, it says that "can't locate DBI.pm in @INC"
can someone pls. help me as to where am I to store the DBI module available a...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_10313797.html
Zones:
CGIDate Answered: 03/22/2000 Rating: 6.4 Views: 0
hi there,
i have downloaded the stable version of perl 5.6 and activeperl 5.6 for windows nt user.
as i am comletely new in the perl world, i have problems getting started.
i could find it in th...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10753783.html
Zones:
PerlDate Answered: 07/29/2000 Rating: 3.4 Views: 0
when i try to use LWP get in my script:
use LWP::Simple;
$r=get 'http://www.yahoo.com';
the script hangs! with out any results.
sometimes it works fine after i restart IIS, but it's not con...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20422380.html
Zones:
PerlDate Answered: 12/15/2002 Rating: 8.0 Views: 0
Read the Last Comment please.
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20467356.html
Zones:
PerlDate Answered: 01/26/2003 Rating: 6.2 Views: 0
if I have a perl script for example test.pl in Windows XP, how do I run the script by just typing "test.pl <arg1> <arg2>" in the command line instead of having to type "perl test.pl <arg1> <arg2"
...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23202767.html
Zones:
PerlDate Answered: 02/29/2008 Rating: 9.7 Views: 418
hi,
I have ActivePersl 5.8.3 build 809 running on a WindowsXP System here. >I am trying to access a WebService which is SSL-protected. however, I get the following message:
Protocol scheme 'htt...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20912321.html
Zones:
PerlDate Answered: 04/21/2004 Rating: 4.6 Views: 0
I need 'Perl for Dummies' help :-)
All I need to do is move multiple Outlook PST files from C:\\Documents and Settings\\$ENV{USERNAME}\\Local Settings\\Application Data\\Microsoft\Outlook to a d...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23986441.html
Zones:
PerlDate Answered: 12/17/2008 Rating: 9.2 Views: 4
I am using the CGI module to accept file from an upload. I am running ActivePerl build 613 under ISAPI on Win NT 4.0.
This is my code:
use CGI;
use CGI qw/:standard/;
use CGI::Carp 'fatalsT...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10714121.html
Zones:
PerlDate Answered: 07/17/2000 Rating: 9.0 Views: 0
I try to install the DBI module which ppm of ActivePerl
follow these command
1. ppm> install DBI
2. Install package 'DBI?' (y/N): y
3. Retrieving package DBI ....
So It can not complete in...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20184685.html
Zones:
PerlDate Answered: 10/04/2001 Rating: 8.4 Views: 0