RE: :SMTP::Server and blocking

2008-03-28 Thread Brian Raven
()); ... etc. } } HTH -- Brian Raven = Atos Euronext Market Solutions Disclaimer = The information contained in this e-mail is confidential and solely for the intended addressee(s). Unauthorised

RE: command line debugger and activestate perl-5.10

2008-04-07 Thread Brian Raven
' in 'perldoc perldebug')? HTH -- Brian Raven = Atos Euronext Market Solutions Disclaimer = The information contained in this e-mail is confidential and solely for the intended addressee(s). Unauthorised reproduction

RE: Perl tree data HTML

2008-04-09 Thread Brian Raven
keys %$r) } elsif (ref($r) eq 'ARRAY') { return ul(map {dump_ref($_)} @$r) } elsif (ref($r) eq '') { return li($r); } else { die Unexpected ref , ref($r), \n; } } --- HTH -- Brian Raven

RE: Perl tree data HTML

2008-04-10 Thread Brian Raven
Chris Wagner mailto:[EMAIL PROTECTED] wrote: At 12:58 PM 4/9/2008 +0100, Brian Raven wrote: use CGI::Pretty qw{:standard}; I'ld be cautious about using CGI::Pretty. I've had it randomly mangle output. It would chop the final character of whatever was passed to it at random times

RE: please suggest win32 equivalent module to convert windows scripts tolinux

2008-05-08 Thread Brian Raven
(see 'perldoc perlport' for tips). HTH -- Brian Raven = Atos Euronext Market Solutions Disclaimer = The information contained in this e-mail is confidential and solely for the intended addressee(s). Unauthorised

RE: Request help in compilation of IO::Tty module

2008-05-15 Thread Brian Raven
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Udaya K (udk) Sent: 14 May 2008 19:21 To: Jan Dubois; perl-win32-users@listserv.ActiveState.com Cc: Sowmya B S (sowbs) Subject: RE: Request help in compilation of IO::Tty module Hi Jan, Thank you for your valuable inputs. I

RE: How to change dir using SFTP or SSH

2008-05-16 Thread Brian Raven
to chdir (which I don't think you can) would make any difference. As this is a win32 list, don't forget that unix file systems are usually case sensitive, unlike win32. HTH -- Brian Raven = Atos Euronext Market Solutions Disclaimer

RE: How to change dir using SFTP or SSH

2008-05-19 Thread Brian Raven
of anything else to suggest other than fix the remote end. HTH -- Brian Raven = Atos Euronext Market Solutions Disclaimer = The information contained in this e-mail is confidential and solely for the intended

RE: UInt32 cast as SInt32

2008-05-23 Thread Brian Raven
. UInt32). Is there a way to tell Perl to cast the variable as UInt32? The platform is Windows Server 2003 Standard Edition, SP2, running ActivePerl v5.8.8.822. Could you please post a small, self-contained script that demonstrates the problem. HTH -- Brian Raven

RE: :Notify Troubles

2008-06-03 Thread Brian Raven
-- Brian Raven = Atos Euronext Market Solutions Disclaimer = The information contained in this e-mail is confidential and solely for the intended addressee(s). Unauthorised reproduction, disclosure, modification

RE: Track mouse position

2008-06-06 Thread Brian Raven
for the flippant response, which is due in some part to it being late on Friday afternoon where I am. HTH, HAND. -- Brian Raven = Atos Euronext Market Solutions Disclaimer = The information contained in this e-mail

RE: Unable to find Date::Calc in the ActiveState Package Repository

2008-06-16 Thread Brian Raven
/windows-5.10/Date-Ca lc-5.4.txt for why it isn't in the win32 archive. It seems to be in the Bribes archive, however. Get PPM::Repositories for the location. HTH -- Brian Raven = Atos Euronext Market Solutions Disclaimer

RE: Problem with Win32::ToolHelp module

2008-06-19 Thread Brian Raven
get more detailed info on diagnostic messages like that from 'perldoc perldiag'. HTH -- Brian Raven = Atos Euronext Market Solutions Disclaimer = The information contained in this e-mail is confidential and solely

RE: problem with print

2008-08-11 Thread Brian Raven
Doing some more stuff ; my $i = 0; for (1..20) { local $| = 1; select undef, undef, undef, 0.5; print \b . qw{| / - \\}[$i++ % 4]; } print \b \n; HTH -- Brian Raven Visit our website at http://www.nyse.com Note: The information

RE: WIN32::OLE help

2008-08-18 Thread Brian Raven
-- Brian Raven Visit our website at http://www.nyse.com Note: The information contained in this message and any attachment to it is privileged, confidential and protected from disclosure. If the reader of this message is not the intended

RE: Referenced data changing

2008-09-09 Thread Brian Raven
changing it. HTH -- Brian Raven --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please

RE: Run perl on window using cygwin+Eclipse+EPIC

2008-09-10 Thread Brian Raven
something only to Cygwin (such as anything that begins with /usr, /cygdrive/c, or ~/) then it probably needs to be changed into a location that windows can make sense of. Sorry - I don't know what eclipse is. I know what it is, but that is about my limit. HTH -- Brian Raven

RE: problem with Komodo

2008-09-15 Thread Brian Raven
HeadHuntYourNextJob.com:Three Search Engines. Lots of Jobs! *HeadHuntYourNextJob.com http://headhuntyournextjob.com/*lets you find opportunities that fit your experience--no matter what that experience is--anywhere in the world. We provide you with several search engines to provide the deep

RE: Shared memory

2008-09-19 Thread Brian Raven
). HTH -- Brian Raven --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please advise

RE: info on Perl IDE and debugger in WindowsXP

2008-09-23 Thread Brian Raven
Angelos Karageorgiou wrote: Brian Raven wrote: Personally I just use an editor that I like (xemacs), and the command line debugger. HTH Dunno about you , but I have found the syntax highlighting abilities of vim wonderful, it even has a windows version ( gvim ) There's

RE: PPM failures, help pls.

2008-10-07 Thread Brian Raven
downloaded archive files. HTH -- Brian Raven --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error

RE: file::spec splitpath problems

2008-10-21 Thread Brian Raven
loads the module specific to the platform that it is running on. As such it is unlikely to understand paths specific to a different platform. HTH -- Brian Raven --- This e-mail may contain

RE: file::spec splitpath problems

2008-10-21 Thread Brian Raven
independent path string, for instance / is a valid path separator on both Linux and win32, but how would you expect your script to make sense of Win32 path names on Linux, and vice versa? HTH -- Brian Raven

RE: RegExp matching over multiple lines

2008-10-21 Thread Brian Raven
::Parser is. Or better still one of the modules that is derived from it, e.g. HTML::TokeParser or HTML::TreeBuilder. HTH -- Brian Raven --- This e-mail may contain confidential and/or privileged

RE: Reading hash arrays in the order it was written

2008-11-19 Thread Brian Raven
that instead of 'keys %hash', ... or ... 2. Use the module designed for that purpose. See http://search.cpan.org/~gsar/Tie-IxHash-1.21/lib/Tie/IxHash.pm HTH -- Brian Raven --- This e-mail may

RE: Issue with Mail::Sender : what is the function called?

2009-03-06 Thread Brian Raven
'mail' ends w/ a '.' on line by itself) perldoc -q HERE.Doc Found in /usr/lib/perl5/5.8.0/pod/perlfaq4.pod Why don't my HERE documents work? ... To add to that useful info, it is actually an operator rather than a function, and is also described in 'perldoc perlop'. HTH -- Brian

RE: implied variables (what are they actually?)

2009-03-11 Thread Brian Raven
in fora like this. HTH -- Brian Raven --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please

RE: Calling subroutine from different file

2009-03-11 Thread Brian Raven
this. If it is then please help me. I'm not sure that I understand what you are asking. Unless it is feasible to put the code from file1.pl and file2.pl into a single file, the executing them in sequence seems a reasonable thing to do. HTH -- Brian Raven

RE: :Socket (client program sends simple text file containing CRLFnewlines)

2009-03-13 Thread Brian Raven
, and explicitly add CRLF when you send them to the socket. HTH -- Brian Raven --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have

RE: Perl Login Script using CGI module

2009-03-17 Thread Brian Raven
as there are a lot of bad examples out there. I would suggest taking a look at http://nms-cgi.sourceforge.net/ though for some decent examples. -- Brian Raven --- This e-mail may contain confidential

RE: Perl Login Script using CGI module

2009-03-17 Thread Brian Raven
From: Perl Perl [mailto:perl.solut...@gmail.com] Sent: 17 March 2009 16:49 To: Brian Raven Cc: perl-win32-users@listserv.activestate.com Subject: Re: Perl Login Script using CGI module Hi Brian, Thanks a lot for your kind mail and in detail description. Please find the the code I

RE: what is the most robust and accurate way to determine the BOOTvolume?

2009-03-31 Thread Brian Raven
, 0, $result), \n; HTH -- Brian Raven This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please advise the sender immediately by reply e-mail and delete this message and any attachments without

RE: Reset in ANSIColor sets the background to black

2009-04-01 Thread Brian Raven
(BACKGROUND_RED|BACKGROUND_BLUE|BACKGROUND_GREEN|BACKGROUND_INTENSITY); # This sets the text color on DOS in red with intensity $console-Attr(FOREGROUND_RED|FOREGROUND_INTENSITY|$BackgroundColor); print \nError Msg: $error \n; $console-Attr($CurrentConsoleColor); } 1; HTH -- Brian Raven

RE: running a dos program from perl

2009-04-01 Thread Brian Raven
perlipc', as well as 'perldoc IPC::Open2' and 'perldoc IPC::Open3'. Installing IPC::Cmd and/or IPC::Run may help simplify things a bit. HTH -- Brian Raven This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail

RE: active perl 5.8.8 build 820 inconsistent behavior with $input =STDIN;

2009-04-16 Thread Brian Raven
it. HTH -- Brian Raven This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please advise the sender immediately by reply e-mail and delete this message and any attachments without retaining a copy

RE: :Socket question (client receive - when # of bytes to be receivedis NOT known in advance)

2009-04-22 Thread Brian Raven
else you are trying to do, if anything. HTH -- Brian Raven This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please advise the sender immediately by reply e-mail and delete this message and any

RE: expanding hash database

2009-04-29 Thread Brian Raven
to energy add solar root -- energy -- solar \- inorganic and then increasing expansion as needed. Have a look at 'perldoc perldsc' for starters. HTH -- Brian Raven This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received

RE: use system() function

2009-05-13 Thread Brian Raven
. As it is, I can't reproduce the behaviour you describe. A small, self-contained example script, that we could simply cutpaste and run would be better, along with the output generated when you ran the same code. Also, what happens when you execute those commands manually? HTH -- Brian Raven This e

RE: use system() function

2009-05-13 Thread Brian Raven
Jeon, Please use back stick operator here, instead of system command, because system command doesn't return anything. Not so. From 'perldoc -f system': The return value is the exit status of the program as returned by the wait call. HTH -- Brian Raven This e-mail may contain

RE: Win32-TaskScheduler problem with remote systems

2009-05-15 Thread Brian Raven
://cpansearch.perl.org/src/UNICOLET/Win32-TaskScheduler2.0.3/Exampl e.pl) calls SetTargetComputer before calling Activate, so perhaps you should try moving the call to before NewWorkItem, which creates a new active task, in your script. As I said, just a guess. HTH -- Brian Raven This e-mail may contain

RE: LWP Help please

2009-05-18 Thread Brian Raven
concerned with retrieving data, it is unlikely to be involved, as your question seems to be more related to doing something with the data after retrieving it. HTH -- Brian Raven This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received

RE: Problem iwth perl tk : Creation of file based on options

2009-05-27 Thread Brian Raven
line 250 Tk::Radiobutton::Invoke at /apps/perl/modules-0812/lib/x86_64-linux-thread-multi/Tk/Radiobutton.pm line 42 Button-1 (command bound to event) HTH -- Brian Raven This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received

RE: Activeperl 5.10 + thread + join = random crashes

2009-06-03 Thread Brian Raven
, undef, undef, 0.1; } print All threads finished\n; } sub threadsub { my $id = threads-tid(); print Thread $id starting\n; my $delay = int(rand(5)) + 1; sleep $delay; print Thread $id terminating\n; return $delay; } HTH -- Brian Raven This e-mail may contain

RE: Activeperl 5.10 + thread + join = random crashes

2009-06-03 Thread Brian Raven
be done with great care. HTH -- Brian Raven This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please advise the sender immediately by reply e-mail and delete this message and any attachments without

RE: Advice requested, porting unix perl app to windows

2009-06-03 Thread Brian Raven
I'd ask the list for advice. There are command line tools in cygwin and putty. There are also perl modules, e.g. Net::SSH2. HTH -- Brian Raven This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error

RE: inserting the file paths in between the two arrays ( text widget ) : Perl/TK

2009-06-04 Thread Brian Raven
'. #open (FILE,f1.txt) or die Can't open $!; #foreach (@File_Path) { # print FILE $_; # $t - insert (end, $_); #} } HTH -- Brian Raven This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail

RE: inserting the file paths in between the two arrays ( text widget ) : Perl/TK

2009-06-05 Thread Brian Raven
From: Perl Perl [mailto:perl.solut...@gmail.com] Sent: 05 June 2009 13:16 To: Brian Raven Cc: perl-win32-users@listserv.activestate.com Subject: Re: inserting the file paths in between the two arrays ( text widget ) : Perl/TK Thanks a lot HTH ( Brian), This worked for me. Glad

RE: Compilation (Building ) of project once the file is saved + Perl/Tk

2009-06-08 Thread Brian Raven
/perl tools/Compile tools/Perl/bin/perl tools/pjtCompile.pm /View/Vobs/ $Filename); } Also, it looks like you are (a) using global variables, or (b) not including 'use strict;' at the start of your code. Try to avoid (a), and always do (b). HTH -- Brian Raven This e-mail may contain

RE: LWP Help

2009-06-17 Thread Brian Raven
., was looking for text/html.) } my $content = $response-content; # $content now holds the html page from google. print $content; Just a guess, but are the links in the returned document relative? If so, hava a look at the example code in the doco for HTML::LinkExtor. HTH -- Brian Raven

RE: :FTP pasv_xfer() using problem

2009-06-18 Thread Brian Raven
; print SIZE:- $lsize; $ftpout-quit() or die FTP: Couldn't quit.; $ftpin-quit() or die FTP: Couldn't quit.; MESSAGE: Can't call method port without a package or object reference at C:/Perl/lib/Ne t/FTP.pm line 1122. HTH -- Brian Raven This e-mail may contain confidential

RE: CPAN install directory usage

2009-07-01 Thread Brian Raven
. The big question is why don't you install it using ppm, rather than from CPAN. It is much easier as all of the hard work of building it has already been done. It works fine for me. -- Brian Raven This e-mail may contain confidential and/or privileged information. If you are not the intended

RE: CPAN install directory usage

2009-07-01 Thread Brian Raven
From: Perl Perl [mailto:perl.solut...@gmail.com] Sent: 01 July 2009 14:37 To: Brian Raven Cc: perl-win32-users@listserv.activestate.com Subject: Re: CPAN install directory usage Hi Brian Raven, I don't know by which way my system admin has install the module. Here my task

RE: need help: TK windows - no task bar icon pls

2009-09-01 Thread Brian Raven
with a better answer, try copying DialogBox.pm, make mods to it and see what happens. If you discover the answer from that, don't forget to let us know what it is. HTH -- Brian Raven This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have

RE: need help with Tk: I could not figure the error

2009-09-02 Thread Brian Raven
if you make it use diagnostics;. use Tk; ... HTH -- Brian Raven This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please advise the sender immediately by reply e-mail and delete this message and any

RE: need help with Tk: I could not figure the error

2009-09-03 Thread Brian Raven
From: Daniel Burgaud [mailto:burg...@gmail.com] Sent: 03 September 2009 03:00 To: Brian Raven Cc: Perl-Win32-Users Subject: Re: need help with Tk: I could not figure the error Hi When I moved all the variables within the subroutines outside, this script suddenly worked flawlessly. What

RE: Using .cgi file as form action

2009-10-06 Thread Brian Raven
); } -- HTH -- Brian Raven This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please advise the sender immediately by reply e-mail and delete this message and any

RE: Strange Perl/Tk action

2009-10-26 Thread Brian Raven
? Any suggestions would be most welcome. I may have missed something from your description and code, but it seems to me that using radio buttons in your menu would be preferable, not to mention simpler, than recreating it. The widget demo has examples if you need them. HTH -- Brian Raven This e

RE: How to passing a hex number in Win32::API call

2009-10-27 Thread Brian Raven
-- Brian Raven This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please advise the sender immediately by reply e-mail and delete this message and any attachments without retaining a copy. Any

RE: Hitting a maximum number of SOCKET connections?

2009-11-03 Thread Brian Raven
be very happy for an explanation! 64 is the default limit on the number of file handles that you can call select with in win32. According to the doco (ActivePerl 5.10 Change Log), this was increased to 2000 for build 1001, so you might want to upgrade your Perl. HTH -- Brian Raven This e-mail

RE: Hitting a maximum number of SOCKET connections?

2009-11-04 Thread Brian Raven
them. I strongly suggest that you do the same. -- Brian Raven This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please advise the sender immediately by reply e-mail and delete this message and any

RE: Hitting a maximum number of SOCKET connections? Continued...

2009-11-04 Thread Brian Raven
, and it seems to work as expected, i.e. pings seen on the server immediately after they are sent. So you may want to consider switching OS. HTH -- Brian Raven This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail

RE: How do I create arrays in OO format?

2009-11-12 Thread Brian Raven
(perldoc perl$_ foreach qw{boot toot tooc bot}). Also Damian Conway's book comes highly recommended. I can't remember toe title off-hand, but you can google for it. For things like storing arrays in hashes, 'perldoc perldsc' would be useful. HTH -- Brian Raven This e-mail may contain

RE: How do I create arrays in OO format?

2009-11-16 Thread Brian Raven
Serguei Trouchelle wrote: Brian Raven wrote: Read the documentation on OO that comes with Perl (perldoc perl$_ foreach qw{boot toot tooc bot}). Also Damian Conway's book comes highly recommended. I can't remember toe title off-hand, but you can google for it. Perl Best Practices That's

RE: need help installing guitest

2009-11-18 Thread Brian Raven
are you using? Which repositories have you tried? HTH -- Brian Raven This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please advise the sender immediately by reply e-mail and delete this message and any

RE: WIN32::OLE WMI Out params

2009-12-03 Thread Brian Raven
well not be, this would probably need to be something like: for my $obj (in $nodes) { print Name: $obj-{Name}\n; } # PerlScript End Any help would be appreciated. HTH, in lieu of somebody coming up with a more certain answer. -- Brian Raven This e-mail may contain confidential

RE: Help: Random Read/Write a binary file

2009-12-07 Thread Brian Raven
a new output file. HTH -- Brian Raven This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please advise the sender immediately by reply e-mail and delete this message and any attachments without

RE: HTML Parsing Question

2010-02-04 Thread Brian Raven
than necessary. Both of which are not recommended, if you will excuse the double negative. Always code with 'use strict; use warnings;' at the top of your code, and declare variables in the smallest scope necessary. HTH -- Brian Raven This e-mail may contain confidential and/or privileged

RE: Perl Regex

2010-02-26 Thread Brian Raven
XML that regular expressions, even Perl regular expressions. HTH -- Brian Raven Please consider the environment before printing this email. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please

RE: parsing email headers

2010-03-24 Thread Brian Raven
pretty much like what you are asking for. BTW, it seems to be available vie ppm as well. HTH -- Brian Raven Please consider the environment before printing this email. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received

RE: Use DLL files at Unix server

2010-04-23 Thread Brian Raven
-questions.html. -- Brian Raven Please consider the environment before printing this email. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please advise the sender immediately by reply e-mail and delete

RE: Use DLL files at Unix server

2010-04-23 Thread Brian Raven
), have a look at the source filtering modules like Filter::Crypto. HTH -- Brian Raven Please consider the environment before printing this email. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error

RE: Extract nested zip file

2010-05-14 Thread Brian Raven
in zip files like Archive::Zip, possibly in combination with Archive::Zip::MemberRead. HTH -- Brian Raven Please consider the environment before printing this email. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e

RE: Tk, Tkx, PerlApp, etc

2010-06-09 Thread Brian Raven
useful advice for converting PerlTk to Tkx, then please share. HTH -- Brian Raven Please consider the environment before printing this e-mail. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please

RE: Need help with TK: scrollable adjustable columns of text

2010-08-19 Thread Brian Raven
not entirely clear what you are asking for, but have you looked at Tk::Hlist? It doesn't have adjustable columns, but I notice that there is a Tk::Hlistplus on CPAN which looks like it does. It seems to be in the PPM archive under the package name Tk-MK. HTH -- Brian Raven Please consider

RE: Changing Subject color using MIME::Lite

2010-08-23 Thread Brian Raven
of a specific MUA. If that's not possible or feasible, then you may want to rethink your requirement. HTH -- Brian Raven Please consider the environment before printing this e-mail. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have

RE: Win32::OLE on MS Word using Selection.Find.Execute

2010-09-13 Thread Brian Raven
) Null That looks like shell script rather than Perl (Powershell perhaps?). Your Perl code would have been more useful. HTH -- Brian Raven Please consider the environment before printing this e-mail. This e-mail may contain confidential and/or privileged information. If you

RE: lame question \\\\.\\pipe\\pipename vs '\\.\pipe\pipename'

2010-10-20 Thread Brian Raven
argument, then / should work, and not need escaping. HTH -- Brian Raven Please consider the environment before printing this e-mail. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please advise

RE: Checking for Available Port

2010-11-02 Thread Brian Raven
; } } return NOT IN USE; } sub get_tcp_fields { my @flds = split , $_[0]; if ($^O =~ /cygwin|win32/i) { return @flds[1,3]; } else { return @flds[3,5]; } } Also, I notice that there is a module, Net::Netstat::Wrapper, that may be of interest. HTH -- Brian

RE: how to best convert an array containing hexadecimal values to asciivalue?

2010-11-24 Thread Brian Raven
bit characters, or will you strip the null bytes out at some point? -- Brian Raven Please consider the environment before printing this e-mail. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error

RE: does anyone know how to get a TRUE ntfs directory listing? usingPerl, or otherwise

2010-12-10 Thread Brian Raven
that will give you info on NTFS meta data files and ADS. There is even a Perl module on CPAN (and hopefully on PPM) to help with ADS (Win32::StreamNames). HTH -- Brian Raven Please consider the environment before printing this e-mail. This e-mail may contain confidential and/or privileged information

Where's Tk?

2010-12-16 Thread Brian Raven
I have Activestate Perl 5.12.2 (build 1202) installed. I can see some Tk extension packages in the PPM gui, but no sign of Tk itself. Is there a problem, or is just me looking in the wrong place? -- Brian Raven Please consider the environment before printing this e-mail. This e-mail may

RE: Where's Tk?

2010-12-17 Thread Brian Raven
-Original Message- From: Sisyphus [mailto:sisyph...@optusnet.com.au] Sent: 16 December 2010 22:26 To: Brian Raven; activep...@activestate.com; perl-win32-us...@activestate.com Subject: Re: Where's Tk? - Original Message - From: Brian Raven bra...@nyx.com To: activep

RE: Where's Tk?

2010-12-17 Thread Brian Raven
-Original Message- From: activeperl-boun...@listserv.activestate.com [mailto:activeperl-boun...@listserv.activestate.com] On Behalf Of Brian Raven Sent: 17 December 2010 17:25 To: Sisyphus; activep...@activestate.com; perl-win32-us...@activestate.com Subject: RE: Where's Tk? ... I had

RE: experiencing Out of memory errors

2011-01-26 Thread Brian Raven
your belief that you don't have a memory leak is sustainable. This may help. http://modperlbook.org/html/14-2-6-Memory-Leakage.html HTH -- Brian Raven Please consider the environment before printing this e-mail. This e-mail may contain confidential and/or privileged information. If you

RE: Invalid type 'Q' in pack

2011-02-15 Thread Brian Raven
want to consider using Math::BigInt to store the combined values, just to be on the safe side. HTH -- Brian Raven Please consider the environment before printing this e-mail. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have

RE: spurious deaths in script execution due to read-only Config?

2011-02-23 Thread Brian Raven
-- Brian Raven Please consider the environment before printing this e-mail. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please advise the sender immediately by reply e-mail and delete

RE: spurious deaths in script execution due to read-only Config?

2011-02-23 Thread Brian Raven
. Perhaps grep or possibly ... for ('now') { require ActiveState::Path } ... should have the same effect, i.e. aliasing $_ to something (hopefully) innocuous. HTH -- Brian Raven Please consider the environment before printing this e-mail. This e-mail may contain confidential

RE: isue with file-find and search/replace function

2011-02-28 Thread Brian Raven
: The folder name is c:\temp Current Dir before stripping path - c:\temp/SMTPSVCLOG scpfile = smtpsvc_20100228.log Current Dir after stripping path- c:\temp/SMTPSVCLOG HTH -- Brian Raven Please consider the environment before printing this e-mail. This e-mail may contain

RE: regex like option *values*

2011-03-03 Thread Brian Raven
as numbers. Regarding incorporating into Getopt::Long, see the Tips and Tricks section of the doco. HTH -- Brian Raven Please consider the environment before printing this e-mail. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient

RE: regex like option *values*

2011-03-03 Thread Brian Raven
-Original Message- From: p sena [mailto:senapati2...@yahoo.com] Sent: 03 March 2011 15:40 To: perl-win32-users@listserv.ActiveState.com; Brian Raven Subject: RE: regex like option *values* __DATA__ abc0[1-9].ctr.[pad,spd].set.in abc[01-22].ctr.[pad,spd].set.in abcL[1,2,3].ctr.[pad

RE: trying to create first simple perl 'filter' program on windows

2011-03-04 Thread Brian Raven
of your script, e.g. #!c:/perl/bin/perl. Another work around is to turn your script into a batch file. See the provided script pl2bat for help with that. HTH -- Brian Raven Please consider the environment before printing this e-mail. This e-mail may contain confidential and/or privileged

RE: regex like option *values*

2011-03-07 Thread Brian Raven
-Original Message- From: p sena [mailto:senapati2...@yahoo.com] Sent: 05 March 2011 05:34 To: perl-win32-users@listserv.ActiveState.com; Brian Raven Subject: RE: regex like option *values* __DATA__ abc0[1-9].ctr.[pad,spd].set.in abc[01-22].ctr.[pad,spd].set.in abcL[1,2,3].ctr.[pad

RE: Writing To Win Event Logs using Win32::EventLog

2011-04-13 Thread Brian Raven
. This is all installed on a Windows XP SP3 box. Does anyone have any advice/methods on getting exactly what I want written to the Event Logs? Cheers and thanks in advance. Ashley This link may help. http://www.perlmonks.org/?node_id=737505 HTH -- Brian Raven Please consider

RE: MS Access Update Memo Field with 750 characters

2011-07-07 Thread Brian Raven
this. sub update_country_releases { my $db = shift; my $sql = qq{UPDATE PROD_INT set COUNTRY = ? where ROW_ID = ?}; my $sth = $db-prepare($sql); foreach (keys %country_releases) { $sth-execute($country_releases{$_}, $_ . :ZZZ); } } HTH -- Brian Raven Please

RE: List vs. Array

2011-08-22 Thread Brian Raven
that discusses the topic: https://www.socialtext.net/perl5/array_vs_list Also a FAQ. See 'perldoc -q list.*array'. HTH -- Brian Raven Please consider the environment before printing this e-mail. This e-mail may contain confidential and/or privileged information. If you

RE: Keyboard handler

2011-09-02 Thread Brian Raven
mean. That code doesn't see very complex. In case you haven't spotted them, there are a few FAQs that may help. See 'perldoc -q key' to start with. HTH -- Brian Raven Please consider the environment before printing this e-mail. This e-mail may contain confidential and/or privileged

RE: Help with array

2011-09-08 Thread Brian Raven
to think of inserting elements into an array as replacing a section of length 0, when you read 'perldoc -f splice'. It might also be worth taking a look at slices, described in 'perldoc perldata'. HTH -- Brian Raven Please consider the environment before printing this e-mail. This e-mail may

RE: GuiTest and Locked Screen

2011-09-21 Thread Brian Raven
. Another method of communicating with, or controlling, the other application that doesn't use the windowing system might work better. OLE, for example. HTH -- Brian Raven Please consider the environment before printing this e-mail. This e-mail may contain confidential and/or privileged

RE: Making directories

2011-10-26 Thread Brian Raven
the original permissions while File::Copy::copy sets default permissions on the target. HTH -- Brian Raven Please consider the environment before printing this e-mail. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail

RE: How to Extract a Date from a File

2011-11-03 Thread Brian Raven
=javascript:__doPostBack('NextWeekLinkButton','')Next/a/div div style=OVERFLOW: hidden; OVERFLOW:visible; TEXT-ALIGN: centerspan id=StatusLabel class=StatusLabel/span/div /div --- -- Brian Raven Please consider the environment before printing

  1   2   >