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!
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
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
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
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..
> #
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..
#Can't locate Win32/GUI.pm in @INC (you may need to install the Win32::GUI
module
#) (@INC contains: C:/Strawberry/perl/site
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
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 (
gt; *Sent:* Sunday, February 16, 2014 8:34 AM
> *To:* beginners@perl.org
> *Subject:* Installing Module::Build::Tiny from CPAN fails . . . because
> it requires Module::Build::Tiny!?! WTF?
> Has anyone else encountered this? I had to dig down deep in my testing
> lore and run 'prove -v
to emulate your
situation I removed it before trying to install the module using
cpan.)
Cheers,
Rob
From: Marc Perry
Sent: Sunday, February 16, 2014 8:34 AM
To: beginners@perl.org
Subject: Installing Module::Build::Tiny from CPAN fails . . . because it
requires Module::Build::Tiny!?! WTF?
Has
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 (which unfortunately I don't have and am trying to
install).
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
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 system? Maybe somewhere when I
On 11/7/06, C. R. <[EMAIL PROTECTED]> wrote:
Thanks for your advice, but why do I need a compiler if I'm just using
Perl to process an XML text file? That adds a level of complexity we
just don't want to get into.
Because XML::Parser has parts written in Perl and C. It is a hybrid
module and re
> In article <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED] says...
> > There should be a version of make in /usr/ccs/bin
>
> Giggidy! You're right! Thanks.
>
> > > I'm guessing I entered the wrong site name for the Perl CPAN module
> > > config. Can anyone help me?
> >
> > Well, here's your Dolla
When I do a "reload index" in CPAN this is what I get.
cpan> reload index
LWP not available
Please check, if the URLs I found in your configuration file
(http://141.217.1.55/cpan/ http://216.52.237.135
ftp://69.16.251.60/CPAN/)
are valid. The urllist can b
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] says...
> There should be a version of make in /usr/ccs/bin
Giggidy! You're right! Thanks.
> > I'm guessing I entered the wrong site name for the Perl CPAN module
> > config. Can anyone help me?
>
> Well, here's your Dollars' worth of free ad
On 11/6/06, C. R. <[EMAIL PROTECTED]> wrote:
Hi, I have a Solaris system. I'm having trouble installing a module via
the command:
perl -MCPAN -e shell 'install XML::Parser'
This is the first time my perl 5.6.1 installation has used CPAN to
install a module so I had to answer a bunch of questions
>
> Hi, I have a Solaris system. I'm having trouble installing a module via
> the command:
> perl -MCPAN -e shell 'install XML::Parser'
>
> This is the first time my perl 5.6.1 installation has used CPAN to
> install a module so I had to answer a bunch of questions for
> configuration.
>
>
Hi, I have a Solaris system. I'm having trouble installing a module via
the command:
perl -MCPAN -e shell 'install XML::Parser'
This is the first time my perl 5.6.1 installation has used CPAN to
install a module so I had to answer a bunch of questions for
configuration.
First, do I need the
> 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
Hi,
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 seems to
"Nilay Puri, Noida" wrote:
> I am installing on sun os.
> perl versions is 5.8
>
> While installing GD 1.19 module.
> I got error on running "make test" :
>
> make[1]: Leaving directory `/nilay/tars/GD-1.19/libgd'
> PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
> "test_harne
--As of Tuesday, March 16, 2004 6:14 PM +0530, Nilay Puri, Noida is
alleged to have said:
1. What to make out from the error ?
2. After make test failed , I ran make install(though I should not have).
It installed the GD module. What to make out of it ? has it been
installed, or will it give e
I am installing on sun os.
perl versions is 5.8
While installing GD 1.19 module.
I got error on running "make test" :
make[1]: Leaving directory `/nilay/tars/GD-1.19/libgd'
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harne
ss(0, 'blib/lib', 'blib/arch')" t/*.t
t
While installing GD 1.19 module.
I got error on running "make test" :
make[1]: Leaving directory `/nilay/tars/GD-1.19/libgd'
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harne
ss(0, 'blib/lib', 'blib/arch')" t/*.t
t/GDbrush is not of type GD::Image at t/GD.t lin
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]
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
ECTED]
> 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é.
>
> --
IST != 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 24, 2003 11:52 AM
To: [EMAIL PROTECTED]
Subject: installing module
sday, July 24, 2003 11:52 AM
To: [EMAIL PROTECTED]
Subject: installing module
Hi,
I would like to install Time::Hires
so i have a path in cgi script
use lib '/home/sites/prog/www/Module';
now inside the Module folder i created a new folder called Time inside that folder I
put Hire
Hi,
I would like to install Time::Hires
so i have a path in cgi script
use lib '/home/sites/prog/www/Module';
now inside the Module folder i created a new folder called Time
inside that folder I put Hires.pm
And the program says It can NOT found module
Any help is appreciated
--
To unsubscri
I am getting the following error while attempting to "make" the PAR
module...
"cp lib/App/Packer/PAR.pm blib/lib/App/Packer/PAR.pm
cp lib/PAR/Heavy.pm blib/lib/PAR/Heavy.pm
cp lib/PAR.pm blib/lib/PAR.pm
cp lib/PAR/Intro.pod blib/lib/PAR/Intro.pod
make[1]: Entering directory `/root/PAR-0.68/myldr'
g
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
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 there another way to do this in
> 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.
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 someone can shed some light on this, I will be
hi
I downloaded an HTML module from CPan, downloaded to
my windows 98 machine, where I have Active Perl v5.6
installed.
I downloaded it to the C:/Perl/lib directory and after
unzipping and untarring, ran perl makefile.pl
this was successful, but then from instructions, I was
asked to install
f
Hi,
I am using win NT
Trying to install Perl module Config::Inifiles
I followed every instruction posted on cpan but unable to do it correctly
since my script is erroring out
can someone please help me with detailed instructions
thanks
junaid
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addi
I'm having a problem installing some modules where make test fails. I've
got no clue how to troubleshoot them. As an example - when trying to
install Net::Telnet these are the summarized results:
$ perl Makefile.pl
Checking if your kit is complete...
Looks good
Writing Makefile for Net::Telnet
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
Well,
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 install from where(exactly).
Where I have to install it on Linux.
What commands are needed?
I t
42 matches
Mail list logo