Re: Need Help Installing Win32:SerialPort - ReVisited

2007-07-19 Thread Chas Owens
On 7/19/07, CM Analyst <[EMAIL PROTECTED]> wrote: Ok, I will sound like an idiot and at the moment, I feel like... Previously I was able to install and use the Win32:SerialPort module in my script on a WinXP PC. My requirement is now to run script on a Windows 2000 Workstation, so I downloaded

Need Help Installing Win32:SerialPort - ReVisited

2007-07-19 Thread CM Analyst
Ok, I will sound like an idiot and at the moment, I feel like... Previously I was able to install and use the Win32:SerialPort module in my script on a WinXP PC. My requirement is now to run script on a Windows 2000 Workstation, so I downloaded and installed Perl 5 and the said module using "ppm

Solved - Re: Need Help Installing Win32:SerialPort

2007-07-05 Thread CM Analyst
Chas, The command you suggested worked beautifully. I was able to make significant progress using the module in my script. Thank you to the "thebarncat" for your response as well. Best regards. Amad

Re: Need Help Installing Win32:SerialPort

2007-07-04 Thread [EMAIL PROTECTED]
> > ppm> install c:\temp\Win32-API-0.41\API.pm > Searching for 'c:\temp\Win32-API-0.41\API.pm' returned > no results. Try a broader search first. > > Can anyone please advise on what I need to do next? > > Thanks in advance. > > Amad. the package should contain a file with a ppd extension. cd to

Re: Need Help Installing Win32:SerialPort

2007-07-04 Thread Chas Owens
On 7/3/07, CM Analyst <[EMAIL PROTECTED]> wrote: snip ppm> install c:\temp\Win32-API-0.41\API.pm Searching for 'c:\temp\Win32-API-0.41\API.pm' returned no results. Try a broader search first. snip Firstly, ppm installs ppd (Perl Package Description) files not pm (Perl Module) files and secondly

Need Help Installing Win32:SerialPort

2007-07-03 Thread CM Analyst
Hello everyone. I am relatively new to Perl and this is my first attempt at installing a module. I am using ActiveState v.5.8.8. I downloaded and installed Bill Birthisel's Win32::SerialPort and Win32API::CommPort (Ver 0.19) modules per the instructions. The installation appears to be gone OK b