RE: "fake" hive in the registry on 64 bit windows
"Perlmutter, Joshua B" <[email protected]> Mon, 15 Apr 2013 11:39:51 +0000
| Newsgroups | gmane.comp.lang.perl.active-perl |
|---|---|
| Message-ID | <[email protected]> |
--===============0279812753== Content-Language: en-US Content-Type: multipart/alternative; boundary="_000_485B6E7E71425342BE758ABBCAFB6634EA6B4427usilms110bcacom_" --_000_485B6E7E71425342BE758ABBCAFB6634EA6B4427usilms110bcacom_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Joel, Thank you. Not only did this explain what was happening it gave a solution = without anything being added. Trying to create a script to gather the registry information for a program = that happens to be 32 bit and ships with a basic Perl for a Perl API, I fig= ured this would be a great way to remove human error, unfortunately I did n= ot expect the caveat you explained and resolved quite nicely. Thank you again. And thanks to everyone whom replied. The options of extra items was somethi= ng I was going to bring up and look into due to the need to verify our regi= stry section correctly. Sincerely, Josh Perlmutter CA SiteMinder Technical Support Engineer Contacting support... ...By Phone: 1-800-CALL CAI (225-5224) ...Via the Web: https://support.ca.com Any questions or concerns, please feel free to contact my manager Bill Mill= er Manager, CA Technologies Support (508) 628-8858 [email protected]<mailto:[email protected]> This e-mail and any files transmitted with it are for the sole use of the i= ntended recipient(s) and contain information that may be privileged and con= fidential. Any unauthorized review, use, disclosure or distribution is pro= hibited. If you are not the intended recipient of this e-mail, please dele= te this e-mail and any files transmitted with it and notify the sender imme= diately. From: [email protected] [mailto:activeperl-bounce= [email protected]] On Behalf Of Joel Friedman Sent: Saturday, April 13, 2013 10:02 PM To: Perlmutter, Joshua B; [email protected] Subject: RE: "fake" hive in the registry on 64 bit windows I'm not certain if this is your problem, but if you are running an x86 copy= of Perl on an x64 system, and you are using backticks for execution, Windo= ws filesystem redirection will kick in and actually execute %windir%\SysWOW= 64\reg.exe. The x86 version of reg.exe is different, and may (purposefully= ) not have access to the 64bit registry. Try executing $ENV{SYSTEMROOT} . '\\SysNative\\reg.exe' instead. You won't= see the SysNative directory from the standard (x64) command prompt, but it= will exist from within an x86 shell with filesystem redirection. --Joel From: [email protected] [mailto:activeperl-bounce= [email protected]] On Behalf Of Perlmutter, Joshua B Sent: Thursday, April 11, 2013 12:39 PM To: [email protected] Subject: "fake" hive in the registry on 64 bit windows Dear Perl Gurus, I have an issue with reading registries in Perl. I know there is a ppm for = this, but requirements prohibit the use of this package. I am instead using= "reg" I have posted on the Active State Forums, yet they seem infrequently used.,= so I am reposting here. Originally posted to: http://community.activestate.com/node/9693 In the attached sample script I get an extra copy of the 32 bit hive in the= 64 bit section. This is even after creating a fake 64 bit section that has= one key called "isThisReal" with value "Do You See Me?" as a Reg_SZ Instead I get the attached output. Any help on figuring out how to get the real 64 bit hive section would be G= REATLY appreciated. There should be an attachment of a zip file containing the test script and = its output. (Notice: This is a REGISTRY QUERYING SCRIPT. if you are uncomfortable touch= ing your windows registry, please do not execute.) What i tried for testing was to run the commands OUTSIDE of perl in the com= mand shell and i get the correct output there. This is being developed to gather information on server machines so i've be= en using Windows 2008 R2. I'm sure it is me missing something as this is not something i would expect= to be uncommon, so i apologize in advance if this seems stupidly simple. G= oogle and other search engines have not helped as i have not found anything= particular to this. Again, thank you in advance for any assistance. Josh Perlmutter CA Technologies Sincerely, Josh Perlmutter CA SiteMinder Technical Support Engineer Contacting support... ...By Phone: 1-800-CALL CAI (225-5224) ...Via the Web: https://support.ca.com Any questions or concerns, please feel free to contact my manager Bill Mill= er Manager, CA Technologies Support (508) 628-8858 [email protected]<mailto:[email protected]> This e-mail and any files transmitted with it are for the sole use of the i= ntended recipient(s) and contain information that may be privileged and con= fidential. Any unauthorized review, use, disclosure or distribution is pro= hibited. If you are not the intended recipient of this e-mail, please dele= te this e-mail and any files transmitted with it and notify the sender imme= diately. ________________________________ This message may contain confidential or privileged information. If you are= not the intended recipient, please advise us immediately and delete this m= essage. See http://www.datapipe.com/legal/email_disclaimer/ for further inf= ormation on confidentiality and the risks of non-secure electronic communic= ation. If you cannot access these links, please notify us by reply message = and we will send the contents to you. --_000_485B6E7E71425342BE758ABBCAFB6634EA6B4427usilms110bcacom_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr= osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" = xmlns:x=3D"urn:schemas-microsoft-com:office:excel" xmlns:m=3D"http://schema= s.microsoft.com/office/2004/12/omml" xmlns=3D"http://www.w3.org/TR/REC-html= 40"> <head> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"= > <meta name=3D"Generator" content=3D"Microsoft Word 14 (filtered medium)"> <!--[if !mso]><style>v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} </style><![endif]--><style><!-- /* Font Definitions */ @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4;} @font-face {font-family:Consolas; panose-1:2 11 6 9 2 2 4 3 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman","serif";} a:link, span.MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {mso-style-priority:99; color:purple; text-decoration:underline;} p {mso-style-priority:99; mso-margin-top-alt:auto; margin-right:0in; mso-margin-bottom-alt:auto; margin-left:0in; font-size:12.0pt; font-family:"Times New Roman","serif";} p.MsoAcetate, li.MsoAcetate, div.MsoAcetate {mso-style-priority:99; mso-style-link:"Balloon Text Char"; margin:0in; margin-bottom:.0001pt; font-size:8.0pt; font-family:"Tahoma","sans-serif";} p.msochpdefault, li.msochpdefault, div.msochpdefault {mso-style-name:msochpdefault; mso-margin-top-alt:auto; margin-right:0in; mso-margin-bottom-alt:auto; margin-left:0in; font-size:10.0pt; font-family:"Times New Roman","serif";} span.emailstyle18 {mso-style-name:emailstyle18; font-family:"Calibri","sans-serif"; color:#1F497D;} span.emailstyle19 {mso-style-name:emailstyle19; font-family:"Calibri","sans-serif"; color:#1F497D;} span.BalloonTextChar {mso-style-name:"Balloon Text Char"; mso-style-priority:99; mso-style-link:"Balloon Text"; font-family:"Tahoma","sans-serif";} span.EmailStyle23 {mso-style-type:personal-reply; font-family:"Calibri","sans-serif"; color:#1F497D;} .MsoChpDefault {mso-style-type:export-only; font-size:10.0pt;} @page WordSection1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in;} div.WordSection1 {page:WordSection1;} --></style><!--[if gte mso 9]><xml> <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayout></xml><![endif]--> </head> <body lang=3D"EN-US" link=3D"blue" vlink=3D"purple"> <div class=3D"WordSection1"> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">Joel,<o:p></o:p></span></= p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"><o:p> </o:p></span><= /p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">Thank you. Not only did t= his explain what was happening it gave a solution without anything being ad= ded. <o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">Trying to create a script= to gather the registry information for a program that happens to be 32 bit= and ships with a basic Perl for a Perl API, I figured this would be a great way to remove human error, unfortunately I did not expect= the caveat you explained and resolved quite nicely.<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"><o:p> </o:p></span><= /p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">Thank you again.<o:p></o:= p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"><o:p> </o:p></span><= /p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">And thanks to everyone wh= om replied. The options of extra items was something I was going to bring u= p and look into due to the need to verify our registry section correctly. <o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"><o:p> </o:p></span><= /p> <div> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D">Sincerely,<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D">Josh Perlmutter<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D">CA SiteMinder Technical Support Engineer<o:p></o:p></span><= /p> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D">Contacting support...<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D">...By Phone: 1-800-CALL CAI (225-5224)<o:p></o:p></span></p= > <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D">...Via the Web: <a href=3D"https://support.ca.com"><span style=3D"font-family:"Times N= ew Roman","serif"">https://support.ca.com</span></a><o:p></o= :p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D"><o:p> </o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D">Any questions or concerns, please feel free to contact my m= anager Bill Miller Manager, CA Technologies Support<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D">(508) 628-8858<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D"><a href=3D"mailto:[email protected]"><span style=3D"fo= nt-family:"Times New Roman","serif"">William.Miller2@ca= .com</span></a><o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D"><o:p> </o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D">This e-mail and any files transmitted with it are for the s= ole use of the intended recipient(s) and contain information that may be pr= ivileged and confidential. Any unauthorized review, use, disclosure or distribution is prohibited. If you are no= t the intended recipient of this e-mail, please delete this e-mail and any = files transmitted with it and notify the sender immediately.<o:p></o:p></sp= an></p> </div> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"><o:p> </o:p></span><= /p> <div> <div style=3D"border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in = 0in 0in"> <p class=3D"MsoNormal"><b><span style=3D"font-size:10.0pt;font-family:"= ;Tahoma","sans-serif"">From:</span></b><span style=3D"font-s= ize:10.0pt;font-family:"Tahoma","sans-serif""> activepe= [email protected] [mailto:[email protected]= iveState.com] <b>On Behalf Of </b>Joel Friedman<br> <b>Sent:</b> Saturday, April 13, 2013 10:02 PM<br> <b>To:</b> Perlmutter, Joshua B; [email protected]<br> <b>Subject:</b> RE: "fake" hive in the registry on 64 bit windows= <o:p></o:p></span></p> </div> </div> <p class=3D"MsoNormal"><o:p> </o:p></p> <div> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">I’m not certain if = this is your problem, but if you are running an x86 copy of Perl on an x64 = system, and you are using backticks for execution, Windows filesystem redirection will kick in and actually execute %windir%\SysWOW64\reg.exe.&n= bsp; The x86 version of reg.exe is different, and may (purposefully) not ha= ve access to the 64bit registry.</span><o:p></o:p></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"> </span><o:p></o:p><= /p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">Try executing $ENV{SYSTEM= ROOT} . '\\SysNative\\reg.exe’ instead. You won’t see the= SysNative directory from the standard (x64) command prompt, but it will exist from within an x86 shell with filesystem redirection.</span><o:p></o= :p></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"> </span><o:p></o:p><= /p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">--Joel</span><o:p></o:p><= /p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"> </span><o:p></o:p><= /p> <div> <div style=3D"border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in = 0in 0in"> <p class=3D"MsoNormal"><b><span style=3D"font-size:10.0pt;font-family:"= ;Tahoma","sans-serif"">From:</span></b><span style=3D"font-s= ize:10.0pt;font-family:"Tahoma","sans-serif""> activepe= [email protected] [mailto:[email protected]= iveState.com] <b>On Behalf Of </b>Perlmutter, Joshua B<br> <b>Sent:</b> Thursday, April 11, 2013 12:39 PM<br> <b>To:</b> [email protected]<br> <b>Subject:</b> "fake" hive in the registry on 64 bit windows</sp= an><o:p></o:p></p> </div> </div> <p class=3D"MsoNormal"> <o:p></o:p></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">Dear Perl Gurus,</span><o= :p></o:p></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"> </span><o:p></o:p><= /p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">I have an issue with read= ing registries in Perl. I know there is a ppm for this, but requirements pr= ohibit the use of this package. I am instead using “reg”</span>= <o:p></o:p></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">I have posted on the Acti= ve State Forums, yet they seem infrequently used., so I am reposting here.<= /span><o:p></o:p></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"> </span><o:p></o:p><= /p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">Originally posted to:</sp= an> <span style=3D"font-size:11.0pt;font-family:"Calibri","sans-= serif";color:#1F497D"><a href=3D"http://community.activestate.com/node= /9693">http://community.activestate.com/node/9693</a></span><o:p></o:p></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"> </span><o:p></o:p><= /p> <p style=3D"line-height:16.8pt;background:white"><span style=3D"font-size:1= 0.5pt;font-family:"Arial","sans-serif";color:#333333">I= n the attached sample script I get an extra copy of the 32 bit hive in the = 64 bit section. This is even after creating a fake 64 bit section that has one key called “isThisReal” with value “= ;Do You See Me?” as a Reg_SZ</span><o:p></o:p></p> <p style=3D"line-height:16.8pt;background:white"><span style=3D"font-size:1= 0.5pt;font-family:"Arial","sans-serif";color:#333333">I= nstead I get the attached output.<br> Any help on figuring out how to get the real 64 bit hive section would be G= REATLY appreciated.</span><o:p></o:p></p> <p style=3D"line-height:16.8pt;background:white"><span style=3D"font-size:1= 0.5pt;font-family:"Arial","sans-serif";color:#333333">T= here should be an attachment of a zip file containing the test script and i= ts output.</span><o:p></o:p></p> <p style=3D"line-height:16.8pt;background:white"><span style=3D"font-size:1= 0.5pt;font-family:"Arial","sans-serif";color:#333333">(= Notice: This is a REGISTRY QUERYING SCRIPT. if you are uncomfortable touchi= ng your windows registry, please do not execute.)</span><o:p></o:p></p> <p style=3D"line-height:16.8pt;background:white"><span style=3D"font-size:1= 0.5pt;font-family:"Arial","sans-serif";color:#333333">W= hat i tried for testing was to run the commands OUTSIDE of perl in the comm= and shell and i get the correct output there. </span><o:p></o:p></p> <p style=3D"line-height:16.8pt;background:white"><span style=3D"font-size:1= 0.5pt;font-family:"Arial","sans-serif";color:#333333">T= his is being developed to gather information on server machines so i've bee= n using Windows 2008 R2.</span><o:p></o:p></p> <p style=3D"line-height:16.8pt;background:white"><span style=3D"font-size:1= 0.5pt;font-family:"Arial","sans-serif";color:#333333">I= 'm sure it is me missing something as this is not something i would expect = to be uncommon, so i apologize in advance if this seems stupidly simple. Google and other search engines have not helped as i have= not found anything particular to this.</span><o:p></o:p></p> <p style=3D"line-height:16.8pt;background:white"><span style=3D"font-size:1= 0.5pt;font-family:"Arial","sans-serif";color:#333333">A= gain, thank you in advance for any assistance.</span><o:p></o:p></p> <p style=3D"line-height:16.8pt;background:white"><span style=3D"font-size:1= 0.5pt;font-family:"Arial","sans-serif";color:#333333">J= osh Perlmutter<br> CA Technologies</span><o:p></o:p></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"> </span><o:p></o:p><= /p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"> </span><o:p></o:p><= /p> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D">Sincerely,</span><o:p></o:p></p> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D">Josh Perlmutter</span><o:p></o:p></p> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D">CA SiteMinder Technical Support Engineer</span><o:p></o:p><= /p> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D">Contacting support...</span><o:p></o:p></p> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D">...By Phone: 1-800-CALL CAI (225-5224)</span><o:p></o:p></p= > <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D">...Via the Web: <a href=3D"https://support.ca.com"><span style=3D"font-family:"Times N= ew Roman","serif"">https://support.ca.com</span></a></span><= o:p></o:p></p> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D"> </span><o:p></o:p></p> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D">Any questions or concerns, please feel free to contact my m= anager Bill Miller Manager, CA Technologies Support</span><o:p></o:p></p> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D">(508) 628-8858</span><o:p></o:p></p> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D"><a href=3D"mailto:[email protected]"><span style=3D"fo= nt-family:"Times New Roman","serif"">William.Miller2@ca= .com</span></a></span><o:p></o:p></p> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D"> </span><o:p></o:p></p> <p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:Consolas= ;color:#1F497D">This e-mail and any files transmitted with it are for the s= ole use of the intended recipient(s) and contain information that may be pr= ivileged and confidential. Any unauthorized review, use, disclosure or distribution is prohibited. If you are no= t the intended recipient of this e-mail, please delete this e-mail and any = files transmitted with it and notify the sender immediately.</span><o:p></o= :p></p> </div> <p class=3D"MsoNormal"><o:p> </o:p></p> <div class=3D"MsoNormal" align=3D"center" style=3D"text-align:center"> <hr size=3D"2" width=3D"100%" align=3D"center"> </div> <p class=3D"MsoNormal"><span style=3D"font-size:7.5pt;font-family:"Ari= al","sans-serif";color:gray"><br> This message may contain confidential or privileged information. If you are= not the intended recipient, please advise us immediately and delete this m= essage. See <a href=3D"http://www.datapipe.com/legal/email_disclaimer/">http://www.data= pipe.com/legal/email_disclaimer/</a> for further information on confidentia= lity and the risks of non-secure electronic communication. If you cannot ac= cess these links, please notify us by reply message and we will send the contents to you.</span><o:p></o:p></= p> </div> </body> </html> --_000_485B6E7E71425342BE758ABBCAFB6634EA6B4427usilms110bcacom_-- --===============0279812753== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs --===============0279812753==--