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
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
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
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
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
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
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
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
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
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
-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
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
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
_
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]
14 matches
Mail list logo