RE: regexp question

2004-12-15 Thread Christopher Hahn
could deal with. Thanks (Mr $) to all! chahn -Original Message- From: $Bill Luebkert [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 7:37 PM To: Christopher Hahn Cc: [EMAIL PROTECTED] Subject: Re: regexp question Christopher Hahn wrote: $Bill, The (?: ) construct may

regexp question

2004-12-14 Thread Christopher Hahn
Hey, I seem to be missing a piece of the puzzleI want to define a character class ([]) with atoms to (not) match involve negative look-ahead assertions.but no joy. I am reading a stream of text that may contain the two segments \\n and \ I want to define a regexp that will match up to

RE: regexp question

2004-12-14 Thread Christopher Hahn
PROTECTED] Sent: Tuesday, December 14, 2004 1:41 PM To: Christopher Hahn Cc: [EMAIL PROTECTED] Subject: Re: regexp question Christopher Hahn wrote: Hey, I seem to be missing a piece of the puzzleI want to define a character class ([]) with atoms to (not) match involve negative look-ahead

Parse::RecDescent grammar error?

2004-11-12 Thread Christopher Hahn
Hey, I am trying to use Parse::Recdescent on fairly simple data, but am getting stuck on capturing an escaped carriage return. I am not able to make too many assumptions about the structure of the data, or I would probably just us a regexp. Here is a sample snippet:

PPM error

2003-03-11 Thread Christopher Hahn
case, this advice means nothing to me, as this server in question (Windows 2000 Server) had had no earlier versions of perl installed. (I just built it) Does anyone know how to fix this? Is there a fallback? TIA for any pointers. Christopher Hahn P.S. Now, here's the reason for the problem

RE: 5.6 -5.8 -- no upgrade???

2002-12-16 Thread Christopher Hahn
There is a module PPM that you should look at. Look for: PPM::InstalledPackageProperties() PPM::ListOfRepositories() Good Luck! -Original Message- From: Douglas Elias [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 9:19 AM To: [EMAIL PROTECTED] Subject: 5.6 -5.8 -- no

sorting version numbers

2002-12-02 Thread Christopher Hahn
Hello, I am wondering what the perl-best-practice approach to sorting version numbers might be. I am looking at strings like 4.0.0.10, 4.0.0.9, 4.0.1.0, etc and I need to determine the highest, in this case 4.0.1.0. Previous experience suggests splitting each of these into a list of numbers

RE: Mime::Lite question.

2002-11-06 Thread Christopher Hahn
: Wednesday, November 06, 2002 12:45 AM To: [EMAIL PROTECTED] Subject: Re: Mime::Lite question. Sisyphus wrote: - Original Message - From: Christopher Hahn [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 06, 2002 12:39 PM Subject: RE: Mime::Lite question. Steven

File under weird: keys output incomplete

2002-11-06 Thread Christopher Hahn
OK, I am at it again...I have a hash that I can get values out of by using keys that are not in the output of the keys command on the hash. (I knowIt' me! :-) Seriously, I am thinking that I am just needing a kick in the ***, but check this out: In the code I have this

(no subject)

2002-06-21 Thread Christopher Hahn
___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: encrypt a module?

2001-12-18 Thread Christopher Hahn
Here's a hilarious answer: ACME::Bleach They will wonder where the code went! Good luck, Christopher -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 7:32 AM To: [EMAIL PROTECTED] Subject: encrypt a module? I am coding a module

MIME::Lite

2001-11-21 Thread Christopher Hahn
odd...they got into the recipient's list ...but the names were altered as above... I will attach a test snippet. I skewed all names; it will not run as is. (well, of course, the smtp server will be off) Thank you! Christopher -- Realisant mon espoir, je me lance, vers la gloire Christopher Hahn

RE: Net::SMTP

2001-06-04 Thread Christopher Hahn
Hello, Try: perldoc NET::SMTP Good Luck, Christopher -Original Message- From: Redd Liao [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 7:17 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Net::SMTP From: Pete [EMAIL PROTECTED] Reply-To: [EMAIL

Modifying @INC systemwide

2001-05-17 Thread Christopher Hahn
what I am looking for) Thanks, Christopher -- Realisant mon espoir, je me lance vers la gloire Christopher Hahn: [EMAIL PROTECTED] ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

RE: Modifying @INC systemwide

2001-05-17 Thread Christopher Hahn
Whoops... use lib LIST; Is there a better answer? Christopher -Original Message- From: Christopher Hahn Sent: Thursday, May 17, 2001 9:55 AM To: Perl win32 email list (E-mail) Subject: Modifying @INC systemwide Hello, I have modified @INC in scripts, on the command

Helping CPAN find includes

2001-05-17 Thread Christopher Hahn
to delete a Config.sh ..or similar but I am not finding or remembering it. -- Realisant mon espoir, je me lance vers la gloire Christopher Hahn: [EMAIL PROTECTED] ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman

RE: Helping CPAN find includes

2001-05-17 Thread Christopher Hahn
What a bad day c:\perl\lib\CPAN\Config.pm Sorry for the waste of bandwidth. :-( -Original Message- From: Christopher Hahn Sent: Thursday, May 17, 2001 10:33 AM To: Perl win32 email list (E-mail) Subject: Helping CPAN find includes Hello again, Would someone remind

RE: TPJ Update

2001-04-11 Thread Christopher Hahn
Jack, This is great news. Thanks for letting us know. Christopher P.S. I believe that TPJ is about to reach a point where it owes us two issues at oncebut I am just glad to know that it was not being killed. -Original Message- From: Dunnigan,Jack [Edm] [mailto:[EMAIL

RE: Perl/Tk

2001-03-12 Thread Christopher Hahn
From: Dunnigan,Jack [Edm] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 18, 2000 10:18 PM To: Christopher Hahn; Perl win32 email list (E-mail) Subject: RE: Perl/Tk A what? I had to do a search on the net to see what you were talking about. http://www.hobbs.wservice.com/tcl/scri

RE: Serial Number

2001-03-02 Thread Christopher Hahn
Ron, I guess that you have a solution, in parts. i.e. to check the address of the remote machine ntbuild1: == @buff = `rsh ntbuild1 ipconfig /all`; foreach (@buff) {if (/.*Physical Address.*\: (.+)$/) {print $1;}} == Returns: ==

Getting DOS Names

2001-02-20 Thread Christopher Hahn
are exported and then look for the sharename used in the UNC name, but I am hoping that there is a more direct way. Thanks, Christopher -- Realisant mon espoir, je me lance vers la gloire Christopher Hahn: [EMAIL PROTECTED] ___ Perl-Win32-Users mailing list

RE: Getting DOS Names

2001-02-20 Thread Christopher Hahn
Hello, In a script I am changing to a UNC directory name. A subsequent call to an external tool is complaining about UNC names not being allowed. How can I find out the local-machine/drive-letter name of my current directory? I am betting that I could at least find out what shares

RE: SetUID?

2001-02-15 Thread Christopher Hahn
Hello, I believe that the issue is that SetUID *scripts* are not allowed at all. Perhaps you could compile the perl into a true executable? This should setUIDable. Christopher -Original Message- From: Peter Eisengrein [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001

RE: Perl-Win32-Users digest, Vol 1 #307 - 24 msgs

2001-02-15 Thread Christopher Hahn
-Original Message- From: John Cope [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 2:44 PM To: [EMAIL PROTECTED] Subject: RE: Perl-Win32-Users digest, Vol 1 #307 - 24 msgs From: Asif Kaleem [EMAIL PROTECTED] Subject: Find the Perl Version Hello: I am in

RE: MySQL--ot

2001-02-15 Thread Christopher Hahn
Hello, Check out page: http://www.mysql.com/downloads/mysql-3.23.html Look at the link text: Linux (Intel libc6 systems) [pc-linux-gnu-i686] This is a link to the file: mysql-3.23.33-pc-linux-gnu-i686.tar.gz This looks to be a good bet. It should be the work of 20-30 minutes to

RE: package positioning

2001-02-07 Thread Christopher Hahn
Ouch! That never occurred to me. Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 2:42 PM To: Christopher Hahn; [EMAIL PROTECTED] Subject: RE: package positioning The package name in the module needs to reflect

RE: Printing Files via Microsoft Word

2001-02-06 Thread Christopher Hahn
Jan, Carl's script works fine, but I notice that he is using a "sleep 5" after the PrintOut command. Should this be necessary? (Or as you wrote: "that shouldn't be necessary if the app is correctly written". Does this mean that Word was not entirely correctly written? ;-) While I am

mod_perl SSI issue

2001-02-02 Thread Christopher Hahn
(This was resent already, but when it didn't appear, and a test posting did, I decided to try again. All apologies if anyone has seen this (email me direct if you did)) Hello all, I have successfully used the exec type of Server Side Include but as I had rebuilt my server with mod_perl, I

Registry accessing

2001-01-19 Thread Christopher Hahn
mmand(); print "\nThe FQN for msdev is:\n$msdevcomc\n"; ###### Any ideas appreciated, Christopher -- Realisant mon espoir, je me lance vers la gloire Christopher Hahn: [EMAIL PROTECTED] ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

RE: Filename 8.3 again

2000-12-22 Thread Christopher Hahn
Odd, as I do not see the 8.3 name in either case ==here are the two runs= H:\study\perl\testsperl "this is a simple test.pl" $0 is "this is a simple test.pl" H:\study\perl\tests "this is a simple test.pl" $0 is "H:\study\perl\tests\this is a simple test.pl"

RE: Filename 8.3 again

2000-12-22 Thread Christopher Hahn
ed version, which I could build... Just curious, Christopher -Original Message- From: Kulkarni, Tushar (GEL, MSX) [mailto:[EMAIL PROTECTED]] Sent: Friday, December 22, 2000 12:30 PM To: Christopher Hahn; '[EMAIL PROTECTED]' Subject: RE: Filename 8.3 again Must be version problem. I

RE: Increasing the @INC array path . . .

2000-12-15 Thread Christopher Hahn
Hello, On unix I also added a "-I/path/to/module" to the #! line. This should work if added to the win32 command line. Christopher -Original Message- From: Carl Jolley [mailto:[EMAIL PROTECTED]] Sent: Friday, December 15, 2000 11:44 AM To: Alloun, Jonathan Cc: [EMAIL PROTECTED]

The update issue

2000-12-15 Thread Christopher Hahn
it; } else { die "Could not fork: $!\n"; } } $HMain-update(); } # # ELABORATION # BuildGUI(); I am coming to the conclusion that I cannot do what I want to do, and will work around by having the underlying call write to disk and I will loop, w

Forking to refresh

2000-12-13 Thread Christopher Hahn
g to get this to work on win2000. Is fork working on win2000? Will the POSIX symbols be available? Please forgive the rambling question, but I really want to just poll the group as to how it has dealt with this common freezing-GUI problem. Christopher -- Realisant mon espoir, je me lance

RE: (no subject)

2000-11-28 Thread Christopher Hahn
Fortran forever!! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 28, 2000 8:54 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: (no subject) Phew, I don't believe I've *ever* seen a better Trollbait post. This is the