Re: Imager 0.7 for Perl 5.8.x - missing?

2009-11-10 Thread Neil Hughes
On 3/11/09 18:24, Neil Hughes wrote: > I've just noticed that PPM on my XP box is reporting Imager 0.67 as the > latest available version, even though 0.7 appears to be the latest in > the ActiveState repository for Perl 5.8.x. When I try to check the build > log the link can

Imager 0.7 for Perl 5.8.x - missing?

2009-11-03 Thread Neil Hughes
build issue on the servers? -- Neil Hughes ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Win32 Environment Variable Read-only?

2006-02-04 Thread L. Neil Johnson
tenates a new string ($sRed), which is written in a SET PATH=$sRed command to file PATH.BAT (yes, the Admin's hack -- the temporary batch-file -- rears its hoary head). And SHELLINI.BAT calls PATH.BAT to execute the SET PATH command. At least that fixes

Win32 Environment Variable Read-only?

2006-02-03 Thread L. Neil Johnson
Using AS Perl 5.8.7 under W98SE, the PATH environment variable is displayed, then assigned a new value; but the new value doesn't propagate back to the MS-DOS %PATH% variable. Are the %ENV values read-only? C:\Programs\PERL>SET ... PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\PERL\BIN\;C:\THINKPA

RE: ActiveState Build 815

2005-11-22 Thread Neil Burnett
grade they have done several times before with earlier versions:-) Neil > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Bullock, Howard A. > Sent: Wednesday, November 23, 2005 3:44 AM > To: Jan Dubois; perl-win32-users@l

RE: Importing Identifiers from Main::

2005-07-01 Thread L. Neil Johnson
nway as the author of Switch.pm. Should be good. I appreciate the investment of time and quality of your suggestions. --Neil ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: Importing Identifiers from Main::

2005-07-01 Thread L. Neil Johnson
need to define them in each module. However, Johanes Lindstrom's method of using anonymous hashes appeals to me because it's so natural to read. Bill, I really appreciate your commentary on the code and the expert suggestions you have made -- as usual. -Neil ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: Importing Identifiers from Main::

2005-06-30 Thread L. Neil Johnson
. otherwise you > might have to provide a simple little demo module and script to illustrate > the problem. In fact my explanation wasn't clear to anyone, and I apologize. Please see my recent response to Bill Luebkert for a detailed elucidation. Your comments have been very helpful, and I am very appreciative. Regards, Neil ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: Importing Identifiers from Main::

2005-06-29 Thread L. Neil Johnson
ences. I may go this direction. --Neil ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: Importing Identifiers from Main::

2005-06-29 Thread L. Neil Johnson
question is how best to get those typeglobs into the namespace of module TSP.pm so that, when I make a change, it's once in main, and the change is automatically propagated into TSP.pm. Right now, I just cut and paste the typeglobs from main into TSP.pm. Thank you. -Neil _

Importing Identifiers from Main::

2005-06-29 Thread L. Neil Johnson
's the best way to handle this situation? Can I export those offsets from main:: and "use" them in the module? Or is there some pragma that can be used to generate compile-time constants with global visibility? Any suggestion would be appreciated. --Neil

RE: Win32:OLE - Threadsafe?

2005-02-28 Thread Neil Burnett
> -Original Message- > From: Kevin Carothers [mailto:[EMAIL PROTECTED] > Sent: Monday, February 28, 2005 6:59 PM > To: Neil Burnett > Cc: [EMAIL PROTECTED] > Subject: Re: Win32:OLE - Threadsafe? > > On Mon, 28 Feb 2005 13:12:40 +0100, Neil Burnett <[EMAIL

Win32:OLE - Threadsafe?

2005-02-28 Thread Neil Burnett
Has anything happened to solve this clean up issue with Win::OLE and threads? Free to wrong pool ... during global destruction I am avoiding the error at the moment by taking jan and paul's advice (thanks) collectively: - require not use Win32::OLE and do it inside the thread sub I have also h

Can't use $\ to force line termination to 0x0a

2005-02-23 Thread L. Neil Johnson
An MS-DOS batch file launches a PERL script which calculates input specifications for a filter-design program written in FORTRAN running under cygwin's shell for MS-DOS. The specifications are written by PERL to many text-files which are read by the UNIX-based program. Therein lies the problem

RE: Blocker Script

2003-02-21 Thread Barlow, Neil
Thanks for your input Peter, But the terminal servers that are in our environment are configured to accept cookies. So its not a viable option. Cheers, NeilB -Original Message- From: Peter Eisengrein [mailto:[EMAIL PROTECTED]] Sent: 21 February 2003 13:42 To: Barlow, Neil; [EMAIL

Blocker Script

2003-02-21 Thread Barlow, Neil
ciate your assistance with this... Regards, Neil Barlow ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Search a free Perl debugger

2003-02-04 Thread Neil
tc... Not free - but very inexpensive ... I believe they do a 30 day trial Anyhow - I sound like a salesman - and I hate that - so I should shut up - My 2 cents, Neil - Original Message - From: "Norris, Joseph" <[EMAIL PROTECTED]> To: "'Tillman, James'

Determing if a file has change ....

2003-01-30 Thread Neil
What is the best way of determing if a file has changed since it was last read ?   I have thought about looking at last mod time - but if that was less than one second ago   Thanks, Neil

Perl OOP

2003-01-24 Thread Neil
7;read/write'],     '_smtp'    => [   '','read/write'],     '_X-Mailer' =>  [ '',   'read/write'],  ); # Encapsulated Class methods, to operate on encapsulated class data       # Is a specified object attribute accessible in a given mode    sub _accessible    {    my ($self, $attr, $mode) = @_;print "attr[$attr]mode[$mode]\n";    $_attr_data{$attr}[1] =~ /$mode/    } etc... } # public methods sub get_count{_get_count();}# Destructor adjusts class countsub DESTROY{    my ($self) = @_;    $self->_decr_count();    print "DESTROYED MESSENGER $self\n";} etc... 1; # code ends   Thanks, Neil

IO::Socket::SSL

2003-01-20 Thread Barlow, Neil
Can anyone direct me to where on the web the IO::Socket::SSL module can be found as cant seem to locate it. Thanks for your input NeilB ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

perl-win32-users - Best way to return a path to a file ?

2002-12-04 Thread Neil
involved.   If anyone cares to share their code for this - that would be cool. If not - thats cool too. I am gonna head back to the editor and throw it together - again ;-) and I'll post it later so we can flame it in a public display of humiliation ;-)   Neil

Deleting Shares/Folders Off A Remote Machine

2002-10-23 Thread Barlow, Neil
variable. I have checked and $line is successfully being set. Your input is very much appreciated. Neil Barlow Network Analyst Global Infrastructure SRS Ireland Computing Intel Ireland Phone: +353-1-6066889 Or #6889 iNet: 8-606-6889 Loc: IR5-1-C4 Email: [EMAIL

RE: Connecting/Parsing Files On A Unix Machine - NEWBIE

2002-10-07 Thread Barlow, Neil
12:34 2002-10-07 +0100, Barlow, Neil wrote: >I have a script which will be launched from a Win32 Machine - the problem is >that I have to connect to a Unix box which contains a directory of different >files which I have to process. > >I am unable to work out how to connect to the Uni

Connecting/Parsing Files On A Unix Machine - NEWBIE

2002-10-07 Thread Barlow, Neil
that this is what I should be doing? Again, I really appreciate your input.. Neil Barlow Network Analyst Global Infrastructure SRS Ireland Computing Intel Ireland Phone: +353-1-6066889 Or #6889 iNet: 8-606-6889 Loc: IR5-1-C4 Email: [EMAIL PROTECTED

RE: Regualr Expression Again...

2002-09-11 Thread Barlow, Neil
$scandir=~!/$!; -Original Message- From: Barlow, Neil [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 8:38 AM To: '[EMAIL PROTECTED]' Subject: RE: Regualr Expression Again... Thanks for your input for the last question. I am trying to complete a pattern match

RE: Regualr Expression Again...

2002-09-11 Thread Barlow, Neil
ng \A Can anyone advise on what I am doing wrong? I really really really appreaciate your help with this.. Regards, Neil Barlow -Original Message- From: Stovall, Adrian M. [mailto:[EMAIL PROTECTED]] Sent: 10 September 2002 15:15 To: Barlow, Neil Subject: RE: Regualr Expression You're

RE: Regualr Expression

2002-09-10 Thread Barlow, Neil
your expression, you have to prefix any forward slash in your expression with a backslash, too. It becomes a kind of hell... Your regex says s/\///g; or "replace every forward-slash with nothing at all (delete them)" -Original Message- From: Barlow, Neil [mailto:[EMAIL PROTECTED]]

Regualr Expression

2002-09-10 Thread Barlow, Neil
earch: "; # directory prompt chomp($dir = ); $dir =~ s/\///g; But the regular expression is not replacing the slashes - can anyone assist on this I really appreciate your input Regards, Neil Barlow ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubsc

Disregarding Folders In A Directory

2002-08-28 Thread Barlow, Neil
just deal with te files that are in the directory? Thankyou for you assistance, Regards, Neil Barlow ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Gathering Various Mail Information

2002-08-15 Thread Neil Barlow
direction...   Regards,Neil BarlowSend and receive Hotmail on your mobile device: Click Here ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs