RE: Error in Installing Modules

2000-05-24 Thread kevin . burton
I get the same thing with PPM. Kevin -Original Message- From: Maz Islam [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 24, 2000 6:46 AM To: Perl-Win32-Users Mailing List Subject: Error in Installing Modules Hello, I have been trying to install modules from standard repositories b

RE: symbolic links

2000-05-22 Thread kevin . burton
According to an article in November 1998 issue of MSJ there are hard links with a new API called CreateHardLink. This is only available with Windows 2000 and symbolic links I think are somewhat different. Kevin -Original Message- From: Joe Schell [mailto:[EMAIL PROTECTED]] Sent: Monday,

RE: Win32::Process (concurrent processes)

2000-05-19 Thread kevin . burton
ppd Error installing package 'Win32-Process.ppd': Could not locate a PPM binary of 'Win32-Proc ess.ppd' for this platform I would hope that someone on this list could help with this module. Thank you. Kevin Burton [EMAIL PROTECTED] -Original Message- From: John Green [m

RE: Need some tips on hash's

2000-05-15 Thread kevin . burton
Thank you. That fixed the original question. What if I want a list of hashes so that I can move through the list in the order that the list was initialized with? Thanks again. Kevin -Original Message- From: Ned Konz [mailto:[EMAIL PROTECTED]] Sent: Monday, May 15, 2000 4:51 PM To: [EMA

Need some tips on hash's

2000-05-15 Thread kevin . burton
roject in $wd: ...\n"; } Yet when I run it I get: *** 100-05-15 14:54:08 Building Release HASH(0x8c98e10) in : ... I am obviously missing something in the syntax. I thought that $project would be a string ('CaptureServer' etc.). Any ideas as to what I am doing wrong? Thank y

RE: Finding and replacing a UNICODE string.

2000-05-08 Thread kevin . burton
which are \xFF \xFE. I have attached the binary file if someone would not mind looking at it helping me edit this file with Perl. Thank you. Kevin Burton [EMAIL PROTECTED] -Original Message- From: Ned Konz [mailto:[EMAIL PROTECTED]] Sent: Monday, May 08, 2000 12:54 PM To: Perl-Win32-Users

RE: Finding and replacing a UNICODE string.

2000-05-08 Thread kevin . burton
something like: EngineSpecificProperties=ExeVerMajor\=0\;ExeVerMinor\=0\;ExeVerTradeMark\= Thanks again. Kevin Burton [EMAIL PROTECTED] $filename = "HelloJava.vjp"; open(FILE, $filename) or die "Can't open `$filename': $!"; my $string = "EngineSpecificProperti

RE: Finding and replacing a UNICODE string.

2000-05-08 Thread kevin . burton
fferent number? Normally I would do something like: s/Test\\=([0-9]+)\\;/Test\=Number\;/; Which would replace the numeric portion with "Number". If I simple try to expand each side of the substitution into UTF16 it does not work. How do I do this? Thanks again. Kevin Burton [EM

RE: Finding and replacing a UNICODE string.

2000-05-08 Thread kevin . burton
/One/; s/2/Two/; s/3/Three/; print; } } Any suggestions? Thanks again. Kevin Burton [EMAIL PROTECTED] --- You are currently subscribed to perl-win32-users as: [archive@jab.org] To unsubscribe, forward this message to [EMAIL PROTEC

RE: Finding and replacing a UNICODE string.

2000-05-08 Thread kevin . burton
Thank you. That seems to work. However, can you explain why every line that has "Testing" in it in the file gets printed twice? Kevin my $string = "Testing"; $string =~ s/(.)/$1\x00/g; # expand ANSI to UTF-8 (not the most efficient, but...) while () { if (/$string/o) {

Finding and replacing a UNICODE string.

2000-05-05 Thread kevin . burton
/Testing/) { print $_; } } close FILE; I know that "Testing" is in the file (of course there are two bytes per character) but it seems that Perl does not find it or does not properly convert the characters. Any suggestions as to how I might proceed? Thanks again.

HOWTO Parse a string.

2000-05-05 Thread kevin . burton
"%1"). Any ideas on how I can parse it? Kevin Burton [EMAIL PROTECTED] --- You are currently subscribed to perl-win32-users as: [archive@jab.org] To unsubscribe, forward this message to [EMAIL PROTECTED] For non-automated Mailing List support, send email to [EMAIL PROTECTED]