Re: installing module in Strawberry perl

2020-08-31 Thread Christian Walde
On Sun, 30 Aug 2020 11:59:15 +0200, Somu wrote: i did it already. And installation was fine. Even then the problem persists. On Sun, Aug 30, 2020 at 3:22 PM Chankey Pathak wrote: Install the Win32::GUI module from cpan $ cpan Win32::GUI On Sun, 30 Aug, 2020, 3:19 PM Somu, wrote: Hi all!

Re: installing module in Strawberry perl

2020-08-31 Thread Christian Walde
On Sun, 30 Aug 2020 20:08:23 +0200, Somu wrote: All i did was uninstall Strawberry, and install again, and then tried cpan Win32::GUI Now tested the hello world window sample and it worked. However, the latest outputs are in the attachments. Please do tell me if anything else went wrong. T

Re: installing module in Strawberry perl

2020-08-30 Thread sisyphus
It would seem that the perl into which Win32::GUI was installed is a different perl than the one that is executed when you run "perl window.pl". I can verify that, on Strawberry Perl-5.32.0, having run "cpan -i Win32::GUI", "perl window.pl" runs fine for me. Cheers, Rob On Sun, Aug 30, 2020 at

Re: installing module in Strawberry perl

2020-08-30 Thread Somu
i did it already. And installation was fine. Even then the problem persists. On Sun, Aug 30, 2020 at 3:22 PM Chankey Pathak wrote: > Install the Win32::GUI module from cpan > > $ cpan Win32::GUI > > On Sun, 30 Aug, 2020, 3:19 PM Somu, wrote: > >> Hi all! >> Please help me with this.. What am i

Re: installing module in Strawberry perl

2020-08-30 Thread Chankey Pathak
Install the Win32::GUI module from cpan $ cpan Win32::GUI On Sun, 30 Aug, 2020, 3:19 PM Somu, wrote: > Hi all! > Please help me with this.. What am i doing wrong > > > #!/usr/bin/perl -w > use strict; > use Win32::GUI; > > > #typing "perl window.pl" in command line generates the following.. > #

Re: Installing Module::Build::Tiny from CPAN fails . . . because it requires Module::Build::Tiny!?! WTF?

2014-02-17 Thread Marc Perry
Hi Brian, Very nicely explained. I suppose Perl Beginners is not the best forum for this question. I clearly didn't understand the various ways to use prove. Thanks, --Marc On Sun, Feb 16, 2014 at 10:13 AM, Brian Fraser wrote: > On Sat, Feb 15, 2014 at 10:34 PM, Marc Perry wrote: > >> Has

Re: Installing Module::Build::Tiny from CPAN fails . . . because it requires Module::Build::Tiny!?! WTF?

2014-02-16 Thread Brian Fraser
On Sat, Feb 15, 2014 at 10:34 PM, Marc Perry wrote: > Has anyone else encountered this? I had to dig down deep in my testing > lore and run 'prove -v t/simple.t' before I could find the STDERR that > revealed this. When I reviewed the files in the Module, sure enough: > use Module::Build::Tiny (

Re: Installing Module::Build::Tiny from CPAN fails . . . because it requires Module::Build::Tiny!?! WTF?

2014-02-16 Thread Marc Perry
Hi Rob, Thanks for your reply; it led me to an insight I was lacking. I was not making a distinction between using a module that is somewhere in @INC, and a module that has been successfully installed. I think the solution for me lies in Ch. 2 of Intermediate Perl (2nd ed.), I just have to try a

Re: Installing Module::Build::Tiny from CPAN fails . . . because it requires Module::Build::Tiny!?! WTF?

2014-02-15 Thread sisyphus1
Hi Marc, Version 0.034 installed ok for me on Strawberry Perl. The simple.t test script was unable to unlink a dll it had created and produced a few warnings in relation to that – but the tests still passed and the module installed. (Strawberry Perl ships with Module-Build-Tiny, so in order to

Re: Installing module for a user who doesn't own perl

2007-04-19 Thread John W. Krahn
Ravi Malghan wrote: > Hi: I am user (non-root user) on a UX system. I want to use a module > (FIle::Tail) > but donot have permissions to install it under the perl since perl is owned by > root user. Is there any way I can install this under my home directory and > use it > with the perl on the s

RE: Installing module for different platforms

2005-05-04 Thread Ankur Gupta
> DynaLoader module is installed for linux platform but not for > solaris. I also want to install it for solaris platform. When > I try to install from solaris platform(through CPAN) then it > says DynaLoader is already installed. > I am trying to use GD::Graph module from Solaris platform but

Re: installing module

2003-07-24 Thread awarsd
Hi, The Hires.pm typo is because i missed typed it here. Anyways, the only problem is that it is on a website so i guess i have to contact the Administrator Thanx Anthony -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: installing module

2003-07-24 Thread NYIMI Jose (BMB)
e use Time::HiRes; HTH, José. -Original Message- From: awarsd [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 2:04 PM To: [EMAIL PROTECTED] Subject: Re: installing module Hi, I tried both ways and no luck:-( still give me same error: Can't locate loadable object for mod

Re: installing module

2003-07-24 Thread wiggins
In your original post you said you put the file 'Hires.pm' into the 'Time' directory, but this should be 'HiRes.pm'. Typo in your message or wrong file name? Some systems are not case sensitive but others are... Also rather than copying the single file into place it may be better to install with

Re: installing module

2003-07-24 Thread awarsd
Hi, I tried both ways and no luck:-( still give me same error: Can't locate loadable object for module Time::HiRes in @INC (@INC contains: /home/sites/prog/www/Module /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr

RE: installing module

2003-07-24 Thread NYIMI Jose (BMB)
The SYNOPSIS of lib module is: use lib LIST The LIST stuff is important (LIST != EXPR). So try: use lib qw(/home/sites/prog/www/Module); #or use lib ('/home/sites/prog/www/Module'); Both should work. José. -Original Message- From: awarsd [mailto:[EMAIL PROTECTED] Sent: Thursday, July

Re: installing module documentation

2003-03-12 Thread R. Joseph Newton
Gary Godfrey wrote: > Hi, > > In Perl 5.6.0 I was able to add module documentation (the html files) to > c:\Perl\html\index.html by copying the files to the relevant directory in > c:\Perl\html\. They would then appear in the modules list on the left of the > page. But that doesn't work in 5.8. Is

Re: Installing Module

2002-04-13 Thread Jonathan E. Paton
> I have a module name Mail::Mboxparser and I tried to install this module and > it says that it needs Mail::Mimetools module. I need to know that to install > Mail::Mboxparser, I just need .pm file of Mail::Mimetools or have to install > Mail::Mimetools. If it needs it, you have to install it.

Re: Installing Module

2001-08-28 Thread Stephen P. Potter
Lightning flashed, thunder crashed and "Rahul Garg" <[EMAIL PROTECTED]> whisp ered: | I want to install LWP modules on Linux. | At present they are not.CPAN module is there but Linux at present is not = | connected to net. | What exactly I have to do...means | | What files exactly I have to insta