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
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
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
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
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
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
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
. 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
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
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
_
'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
> -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
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
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
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
ciate your assistance with this...
Regards,
Neil Barlow
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
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'
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
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
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
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
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
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
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
$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
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
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]]
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
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
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
30 matches
Mail list logo