Re: Problem with Net::Ping to DFS cluster

2012-04-27 Thread Justin Allegakoen
On 27 April 2012 17:47, Oeschey, Lars (I/ET-83, extern) wrote: > > > I would try one of Net::DNS::Resolver, gethostbyname, > > Net::hostent:gethost > > or ?? to convert the alias to an IP addr - kinda depends on where the > > alias gets resolved - who the heck knows the correlation between the > >

Re: stati64 issue in win32.c ( win32_stat )

2011-11-11 Thread Justin Allegakoen
On 12 November 2011 04:13, Karthik Rajagopalan < karthik.rajagopa...@schrodinger.com> wrote: > Hi, > > Please see this thread to get a complete description of the problem - > > http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/074e0e8d-bbaf-4985-be8c-8e1da3cf13bc > > I like to get op

Re: Reading a line as an array

2010-09-21 Thread Justin Allegakoen
On 22 September 2010 13:11, zilore mumba wrote: > Excuse me for the missing attachments. As I composed the mail in gmail > which is > not recognised on the mailing list. The attachments are now included. > > > > - Original Message > From: "Roode, Eric" > To: activeperl@listserv.activest

Re: Where is "Pearl CGI Extension" on IIS/Win2003x64?

2009-05-18 Thread Justin Allegakoen
2009/5/19 Koppang, Curtis (HIMCO, I/M) : > I am installing ActivePearl on Windows 2003 64bit SP2.  The problem I have > is that I don’t see the “Pearl CGI Extension” in the IIS Web Service > Extensions (or any extensions for that matter).  I have used all the default > install options and installed

Re: Concatenation of files

2009-04-17 Thread Justin Allegakoen
2009/4/18 Bill Luebkert : > Justin Allegakoen wrote: >> >> Its poor practise to keep your code in the same directory as your >> data. I suggest you create a folder in C:\Perl called Programs and >> then put your code in there. > > Or vice versa - you don't nor

Re: Concatenation of files

2009-04-17 Thread Justin Allegakoen
2009/4/17 zilore mumba > > Justin, > Thank you very much, the \n in sprintf was precisely the error. Now the > script does as required. Incidentally am more novice to Perl than you. I have > only read Perl in tutorials and practising it is not easy, I have learnt a > lot through this forum. > T

RE: Concatenation of files

2009-04-17 Thread Justin Allegakoen
> -Original Message- > From: activeperl-boun...@listserv.activestate.com [mailto:activeperl- > boun...@listserv.activestate.com] On Behalf Of zilore mumba > Sent: Friday, 17 April 2009 4:31 PM > To: activeperl@listserv.activestate.com > Subject: Concatenation of files > > > Dear Perl Comm

Re: PERL Pattern matching

2009-04-07 Thread Justin Allegakoen
2009/4/7 Conor Lillis : > > -Original Message- > From: activeperl-boun...@listserv.activestate.com > [mailto:activeperl-boun...@listserv.activestate.com] On Behalf Of Justin > Allegakoen > Sent: 07 April 2009 13:54 > To: ActivePerl@listserv.ActiveState.com > S

Re: PERL Pattern matching

2009-04-07 Thread Justin Allegakoen
2009/4/7 Conor Lillis : > Hi all, > I have a requirement to match a file against a number of possible > strings. > I also need to retain the successfully matching elements, and based on > the match from the primary list, see if a corresponding secondary match > is also in the file. > > E.g.. Pictur

RE: Perl6 though IIS7 CGI

2009-04-06 Thread Justin Allegakoen
-Original Message- From: activeperl-boun...@listserv.activestate.com [mailto:activeperl-boun...@listserv.activestate.com] On Behalf Of Xiao Yafeng Sent: Tuesday, 7 April 2009 9:01 AM To: Lyle Cc: ActivePerl@listserv.ActiveState.com Subject: Re: Perl6 though IIS7 CGI I know my English is no

Re: Win32::OLE problem

2009-01-12 Thread Justin Allegakoen
> > *2009/1/11 Dorian Winterfeld > * >> >> * * * **Hi,* >> * ** * >> * **I have a Web based Win32::OLE script that uses Excel on the server >> side. It has been working happily for years on a Win2000 server running >> Excel2000. We recently upgraded to Win2003/Excel2003 and I now get the >> foll

Re: Win32::OLE problem

2009-01-11 Thread Justin Allegakoen
2009/1/11 Dorian Winterfeld > Hi, > > I have a Web based Win32::OLE script that uses Excel on the server side. > It has been working happily for years on a Win2000 server running > Excel2000. We recently upgraded to Win2003/Excel2003 and I now get the > following error from the script: > > Win3

Re: Date-time module that goes beyond 2023

2008-12-04 Thread Justin Allegakoen
2008/12/4 Foo JH <[EMAIL PROTECTED]> > Hi all, > > The recent discussion on a date-time module leaves me wondering: > > Given that time() only works up to year 2023, is there a successor > module which can go beyond 2023, and earlier than 1900? > > What will be the code implication to support this

Re: Win32-API-0.55 problem

2008-10-22 Thread Justin Allegakoen
* **2008/10/22 Sean Lin <[EMAIL PROTECTED]> * > > *ActivePerl-5.8.8.824 containing the Win32-API-0.55, > This module can not return the function reference parameter. > > It is no problem to install the > > http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/Win32-API-0.53.zip > ___

RE: another doggone newbie question about hash fiddling...

2007-12-04 Thread Justin Allegakoen
--8<--- Note that you can have a lexical $_ in 5.10: foreach my $_ ( @foo ) { s/SID/12345/; } --8<--- A! Why is that considered a good feature to add to 5.10? Sure scoping and all, but do the other perlvars behave the s

RE: another doggone newbie question about hash fiddling...

2007-12-04 Thread Justin Allegakoen
--8<--- Note that you can have a lexical $_ in 5.10: foreach my $_ ( @foo ) { s/SID/12345/; } --8<--- A! Why is that considered a good feature to add to 5.10? Sure scoping and all, but do the other perlvars behave the s

RE: tracking a possible bug

2007-09-12 Thread Justin Allegakoen
---8<  I've had one customer claim that the script _deleted his inittab file_. Which we would have put under user error.. until we had 2 other, unrelated machines, with wiped inittab files and where the script had been used in the past. We have absolutely no proof our

RE: perl on IIS 6

2007-06-28 Thread Justin Allegakoen
8<- hi all, if anyone has a particularly useful resource/reference you can point me toward for getting the highly locked-down IIS 6 to allow perl scripts to run, you will save me from jumping off the nearest high-altitude cliff. I was able to configure and run perl smashi