Re: simple module install via CPAN not working.

2015-02-17 Thread Brandon McCaig
Gary; On Mon, Feb 16, 2015 at 8:45 AM, Gary Stainburn wrote: > I'm still looking to get WWW::Mechanize::Firefox installed. It > looks like I've got a more pressing issue. Even simple module > installs aren't working properly. I'm working through the > dependancy

simple module install via CPAN not working.

2015-02-16 Thread Gary Stainburn
I'm still looking to get WWW::Mechanize::Firefox installed. It looks like I've got a more pressing issue. Even simple module installs aren't working properly. I'm working through the dependancy list and looking at Test::Tester and Test::NoWarnings. Installing Test::Tester w

Re: First attempt at writing simple Module

2009-03-27 Thread Dr.Ruud
Chas. Owens wrote: 2. package variables are always visible when fully qualified (i.e. $PKGNAME::varname), but the short name is only visible to the scope that contained the our statement and any nested scopes For example: { package Data::Dumper; our ($Indent, $Sortkeys, $Terse) = (1)x3

Re: First attempt at writing simple Module

2009-03-26 Thread Jenda Krynicky
From: "Chas. Owens" > On Wed, Mar 25, 2009 at 00:03, Chap Harrison wrote: > > Hi again, > > > > I'm trying to factor out the declaration and setting of a bunch of variables > > that a suite of programs will need, as well as defining some subroutines > > that will be needed.  I've been mainly refe

Re: First attempt at writing simple Module

2009-03-26 Thread Chas. Owens
On Thu, Mar 26, 2009 at 14:05, Chap Harrison wrote: snip > This one baffles me.  I still have to explicitly export $g_database_path by > putting it into @EXPORT - what is 'our' doing that 'my' doesn't? snip our and my both create variables. The difference is their scope and their interaction wit

Re: First attempt at writing simple Module

2009-03-26 Thread Chap Harrison
On Mar 25, 2009, at 1:16 AM, Chas. Owens wrote: You need to add the variables you want exported to either @EXPORT (the mandatory list of things to export) or @EXPORT_OK (this list of things to export on demand). The biggest complication is your desire to pass in a variable. This means that we

Re: First attempt at writing simple Module

2009-03-24 Thread Chas. Owens
On Wed, Mar 25, 2009 at 00:03, Chap Harrison wrote: > Hi again, > > I'm trying to factor out the declaration and setting of a bunch of variables > that a suite of programs will need, as well as defining some subroutines > that will be needed.  I've been mainly referencing Programming Perl 5, but I

First attempt at writing simple Module

2009-03-24 Thread Chap Harrison
Hi again, I'm trying to factor out the declaration and setting of a bunch of variables that a suite of programs will need, as well as defining some subroutines that will be needed. I've been mainly referencing Programming Perl 5, but I am mighty confused at this point. I'm particularly c

RE: simple module

2003-11-25 Thread Rajesh Dorairajan
perldoc perlboot -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 10:31 AM To: [EMAIL PROTECTED] Subject: simple module Hi all, i am new to OO programming in Perl. Can someone suggest a simple Object Oriented Perl module thru which i

Re: simple module

2003-11-25 Thread drieux
On Tuesday, Nov 25, 2003, at 10:31 US/Pacific, km wrote: i am new to OO programming in Perl. Can someone suggest a simple Object Oriented Perl module thru which i can read thru and practice? i had gone thru perltoot,perlobj,perlref,perlsub etc regarding OOPs concepts in Perl. At one end the mos

Re: simple module

2003-11-25 Thread km
-Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 25, 2003 10:31 AM > To: [EMAIL PROTECTED] > Subject: simple module > > > Hi all, > i am new to OO programming in Perl. Can someone suggest a simple Object > Oriented Perl m

simple module

2003-11-25 Thread km
Hi all, i am new to OO programming in Perl. Can someone suggest a simple Object Oriented Perl module thru which i can read thru and practice? i had gone thru perltoot,perlobj,perlref,perlsub etc regarding OOPs concepts in Perl. thanks, KM -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

CPAN simple module

2001-09-12 Thread siren jones
Does anyone know of a reasonably simple, CPAN, stand-alone module? By stand-alone, I mean it doesn't require any other modules to be previously installed. I'm trying to figure out how to install a module and get it to work. Originally I was trying to do this on an SGI network, for the time bei

CPAN simple module

2001-09-12 Thread siren jones
_ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]