|
Posted by E.D.G. on February 26, 2008, 12:37 pm
Please log in for more thread options
What modules can be used with ActivePerl (ActiveState) version 5.10. to
replace modules used with 5.8. that had the following names:
Math::Trig
Win32::Clipboard
Win32::GuiTest
Or, should I just try to find presently available Cpan modules that are
closest in name and function to those.
|
|
Posted by sisyphus on February 26, 2008, 7:14 pm
Please log in for more thread options
> What modules can be used with ActivePerl (ActiveState) version 5.10. to
> replace modules used with 5.8. that had the following names:
>
> Math::Trig
> Win32::Clipboard
> Win32::GuiTest
>
ActivePerl 5.10 comes with Math::Trig and Win32::Clipboard included in
it.
For Win32::GuiTest, there's a ppm package for version 1.54 at the
uwinnipeg repository:
ppm install http://cpan.uwinnipeg.ca/PPMPackages/10xx/Win32-GuiTest.ppd
Cheers,
Rob
|
|
Posted by E.D.G. on February 27, 2008, 1:10 pm
Please log in for more thread options
ActivePerl 5.10 comes with Math::Trig and Win32::Clipboard included in
it.
For Win32::GuiTest, there's a ppm package for version 1.54 at the
uwinnipeg repository:
ppm install http://cpan.uwinnipeg.ca/PPMPackages/10xx/Win32-GuiTest.ppd
That sounds like what is needed. Thanks.
E.D.G.
|
|
Posted by E.D.G. on February 29, 2008, 9:09 pm
Please log in for more thread options >
> Math::Trig
> Win32::Clipboard
> Win32::GuiTest
>
What a pleasant surprise. All three modules work with relatively little
command structure change from the commands I have been using. And, that was
the easiest PPM installation I have tried to date.
|
|
Posted by sisyphus on March 2, 2008, 4:58 am
Please log in for more thread options =2E
=2E
> =A0And, that was the easiest PPM installation I have tried to date.
=46rom http://cpan.uwinnipeg.ca/PPMPackages/10xx/ :
-- quote --
A set of repositories, suitable for adding to the ppm utility of
ActivePerl 10xx, is given below - make sure to add only those
repositories corresponding to your Perl version, as reported by C:
\>perl -v.
http://www.bribes.org/perl/ppm, for the www.bribes.org Perl 5.10
repository
http://trouchelle.com/ppm10/, for the trouchelle Perl 5.10 repository
http://cpan.uwinnipeg.ca/PPMPackages/10xx/, for the uwinnipeg Perl
5.10 repository
--end quote --
Probab;y a good idea for you to add those reps to your list of ppm
repositories. That way, anything available at any of those reps will
be automatically found. (Otherwise you'll need to browse those sites
and explicitly 'ppm install' the binaries you find there.)
Cheers,
Rob
|
| Similar Threads | Posted | | help on win32::guitest | June 6, 2007, 4:45 pm |
| Set/Get X clipboard w/o Tk? | November 29, 2004, 8:43 am |
| [RFC] IO::Clipboard | February 10, 2006, 12:28 am |
| 2 versions of a module installed? | December 29, 2004, 1:27 pm |
| DB_File needs compatible versions of libdb & db.h | May 4, 2006, 5:14 am |
| Spreadsheet-ParseExcel: Parsing various MS Excel file versions / grabing checkbox values? | September 17, 2004, 3:11 am |
| Questions about XML:LibXML | December 16, 2007, 6:22 am |
| Where to ask questions about Win32::ODBC? | July 14, 2004, 9:36 am |
| Asking questions in 'make test' | July 27, 2004, 12:55 am |
| newbie LWP::UserAgent questions | August 13, 2006, 8:10 pm |
|