Re: Dynamic Hash Array Declare?

2005-03-28 Thread $Bill Luebkert
Daniel Wilson wrote: > Hello Perl World! > > I need a little help.. > > I currently have the followings (hard coded) definition in one of my > perl program that I am currently upgrading. > > # A five by five Hash Array > my @GlobalArrayRef; > $GlobalArrayRef[0] = [ [0,0,0,0,0], [0,0,0,0,0], [0,

ISAPI Filter

2005-03-28 Thread Bowie Bailey
I want to create an IIS filter using Perl for ISAPI.  I have Perl installed on the webserver, but I'm not sure how to proceed from here.  I can't seem to find any documentation on this.   Is is possible to use PerlIS to create an IIS ISAPI filter?  If so, how?  Are there any examples I can

RE: Dynamic Hash Array Declare?

2005-03-28 Thread Bharucha, Nikhil
Hashes and arrays are dynamic by default in Perl. The initialization snippet you posted below may not be needed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Nicol Sent: Monday, March 28, 2005 1:10 PM To: Daniel Wilson Cc: activeperl@listserv.Act

Re: Dynamic Hash Array Declare?

2005-03-28 Thread David Nicol
don't understand the question. the code example is a lot of array references. Push, pop, splice all work on anonymous arrays, if that helps On Mon, 28 Mar 2005 12:59:24 -0500, Daniel Wilson <[EMAIL PROTECTED]> wrote: > Hello Perl World! > > I need a little help.. > > I currently have the

Dynamic Hash Array Declare?

2005-03-28 Thread Daniel Wilson
Hello Perl World! I need a little help.. I currently have the followings (hard coded) definition in one of my perl program that I am currently upgrading. # A five by five Hash Array my @GlobalArrayRef; $GlobalArrayRef[0] = [ [0,0,0,0,0], [0,0,0,0,0], [0,0,0,0,0], [0,0,0,0,0], [0,0,0,0,0] ]; I nee

Re: PERL5LIB in Perl for Win32?

2005-03-28 Thread Ciar�n � Duibh
Thanks to all who replied, I have now got the environment variable set. The scripts still don't run, but I will have to take that up with the people who produced them. Ciarán Ó Duibhín. - Original Message - From: "Charles K. Clarkson" <[EMAIL PROTECTED]> To: Sent: Sunday, March 27, 2005 2