RE: regexp question

2004-12-15 Thread Christopher Hahn
Production 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

RE: regexp question

2004-12-14 Thread Christopher Hahn
bkert [mailto:[EMAIL 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

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

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
complete/clean. In any 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'

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 "up

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 num

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 snippet==

RE: Mime::Lite question.

2002-11-06 Thread Christopher Hahn
ailto:dbe@;wgn.net] Sent: 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, No

(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 t

MIME::Lite

2001-11-21 Thread Christopher Hahn
Realisant mon espoir, je me lance, vers la gloire Christopher Hahn == [EMAIL PROTECTED] epost.pl Description: Binary data

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]> > >Repl

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 > >

Helping CPAN find includes

2001-05-17 Thread Christopher Hahn
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: 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

Modifying @INC systemwide

2001-05-17 Thread Christopher Hahn
ed hopeful, but I haven't found 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.c

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 PROTECT

mkdir

2001-03-15 Thread Christopher Hahn
ildprep.pl line 401, near ""updates"; Here is the command: mkdir "updates"; Wassup? Christopher -- Realisant mon espoir, je me lance vers la gloire Christopher Hahn: [EMAIL PROTECTED] ___ Perl-Win32-Users mailing li

RE: Perl/Tk

2001-03-12 Thread Christopher Hahn
e- > 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.

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: == C:\EXP

RE: Serial Number

2001-03-02 Thread Christopher Hahn
Hello all, I just wanted to add that the user can disable this GUID of his processor (pentium) in the BIOS. So this may not be a useful approach. ...but then, if the original poster were to password control the BIOS' of his machines, after confirming that the GUID was turned on, then your sug

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 w

Getting DOS Names

2001-02-20 Thread Christopher Hahn
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: 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 m

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 > > > > He

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: question on listening to ports

2001-02-15 Thread Christopher Hahn
onded to client queries like a psyco-analyst) Yeah...I just looked...see Volume 4, Number 3 (#15), Fall 1999 > > Christopher Hahn wrote: > > > > Hello, > > > > I think that you might want to consider setting > > up one of the unix boxes to maintain th

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 nam

package positioning

2001-02-07 Thread Christopher Hahn
sant 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: Downloading MSN

2001-02-07 Thread Christopher Hahn
Well, this answer does not use perl, but remembering that laziness is one of the hallmarks of a good programmer, I would suggest that you take a look at the Gnu tool "wget". Good Luck in any case, Christopher > -Original Message- > From: Perl Developer [mailto:[EMAIL PROTECTED]] > Sent

RE: :FTP question

2001-02-07 Thread Christopher Hahn
Michael, You could use rsh to invoke a command on the unix box. NT comes with a rsh call. (or at least Win2K does...) Good Luck, Christopher P.S. Please confirm that you did not just send your password to the entire world! ;-0 > -Original Message- > From: Lavery, Michael [mailto:[EM

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 posting

RE: PPM newbie question

2001-02-06 Thread Christopher Hahn
Joe, If search did not find one, then it may not be available from the repositories you have currently. Hold onI just peeked at the new, longer ActiveState list and I can see it... Try: ppm install --location=http://www.activestate.com/PPMPackages/5.6plus/ Soap-Lite Christopher > -Or

RE: command output avoiding redirection

2001-02-05 Thread Christopher Hahn
Bill, Yes, you are correct. The only way to give the sneaky Perforce output no way of not going to the logile was to save STDOUT and STDERR and the reset STDOUT to be the logfile and to dup STDERR to that new file handle. ...I tried just dup'ing stderr to stdout before... ..but I musta s

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 th

Registry accessing

2001-01-19 Thread Christopher Hahn
and() SetMsdevCommand(); 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: ENV need help for inheritance of ENV vars

2001-01-16 Thread Christopher Hahn
I believe that the responder was pointing out that you need to use "ENV" and also that NT did not barf on "Env" because it "finds the file" Christopher -Original Message- From: Quinn, Colleen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 9:53 AM To: '[EMAIL PROTECTED]'; [EM

RE: HELP: Net::Daemon

2001-01-02 Thread Christopher Hahn
Hello, Any progress here? I am curious because I have seen this error before, produced from a different situation. I agree that it represents some sort of incompatability between versionsbut I am not sure whywe need to identify this method "tid". Good Luck in any case, Christopher -

RE: Filename 8.3 again

2000-12-22 Thread Christopher Hahn
hreaded 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 ver

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\tests>perl "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: newbyish question: guide to installing CPAN modules

2000-12-20 Thread Christopher Hahn
Will, Tk is one of the easy ones. Just type "ppm install Tk". Christopher P.S. I would add that I also get acid indigestion when it comes to compiling on windows. On unix the process of perl Makefile.PL + make + make install works most every time. On windows a similar aproach *should* be

The update issue

2000-12-15 Thread Christopher Hahn
p/logrunproc.txt|"); while () { LogMessage "$ctr2:$_\n"; ++$ctr2; $HMain->update(); } close(BPIPE); LogMessage "Exiting Child\n"; exit; } else { die "Could not fork: $!\n"; }

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] Subjec

Forking to refresh

2000-12-13 Thread Christopher Hahn
self trying 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

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 e

RE: Documentation for Win32::* functions?

2000-10-23 Thread Christopher Hahn
Dave, I cannot blame you for mentioning your book, as there aren't many out there (none that I can name here and now) that deal specifically with the Win32 modules. But I wanted to ask whether I was correct in deciding to wait a month for the "Adminstrator's Handbook". It seems to me to be a u