RE: Problems compiling Archive::Tar

2001-10-11 Thread Marc Weinmann
Title: RE: Problems compiling Archive::Tar I encountered this same problem maybe 6mos ago(give or take a few months).  I notice you're using version .22, I can't recall if that was the version I used, but the replies I got back when I inquired about this sort of problem were to the

RE: Install/Relocation perl build 626 > second try

2001-06-28 Thread Marc Weinmann
Title: RE: Install/Relocation perl build 626 > second try I know its a silly question, but whats your path statement look like.   Can ya paste the output of a 'set PATH' from a console window? And how are you running ppm, are you just typing 'ppm'(in which case you're probably gettin

RE: How to determine PIDs on NT

2001-06-05 Thread Marc Weinmann
Title: RE: How to determine PIDs on NT Your questions weren't too specific.. here's some hopefully helpful ramblings. If the spawning is being done by your perl application then the PID should be available or returned in some manner by the function you're using to spawn the process.

die error regarding unicode/environment variable on NT/regex usage

2001-06-01 Thread Marc Weinmann
Title: die error regarding unicode/environment variable on NT/regex usage I get the following error: Can't find unicode character property definition via main->E or E.pl at unicode/ Is/E.pl line 0 and have narrowed its cause to be the s|$1||; line, but don't know why.. 

question about use of flat files

2000-11-20 Thread Marc Weinmann
Title: question about use of flat files I use a flat file where there are about 7 fields colon(:) delimited, and usually < 20 records(lines) in the file.  I split the lines off like: (var1, var2, var3) = split(/:/, $line); My problem is that certain fields are only used at certain

newbie'ish question about Win32:AuthenticateUser

2000-11-08 Thread Marc Weinmann
Title: newbie'ish question about Win32:AuthenticateUser I was wondering if I could apply this module in a su/sudo manner. Launch a script on system A as UserQ, use this module to login as UserA, and do something that only UserA has the privledges to do.  Everything I want to do/use is on th

@INC - directory separator difference between 5.0x and 5.6x for NT

2000-10-17 Thread Marc Weinmann
ibD:\APPS\PERL\site\lib. but on 5.6.0 built for MSWin32-x86-multi-thread D:\DATA\META>perl -e "print @INC" yields D:/Perl/libD:/Perl/site/lib. --- Marc Weinmann Network Automation - State Farm Insurance [EMAIL PROTECTED] ---