On Wed, May 15, 2013 at 4:13 PM, Ron Bergin wrote:
> shawn wilson wrote:
>> I asked this in #perl-help and was told that by the time perl checked
>> the version, the module was already loaded - is there a way to check
>> the version without completely loading the module so that when one
>> failed,
shawn wilson wrote:
> I asked this in #perl-help and was told that by the time perl checked
> the version, the module was already loaded - is there a way to check
> the version without completely loading the module so that when one
> failed, I could move on to another module of the same name whose
How about using ExtUtils::MakeMaker or Module::Build and checking for the
required version at build time?
I suppose this doesn't address the desire to use a different version if the one
you're looking for isn't present though...
Regards,
Peter H. Ezetta
On Wed, May 15, 2013 at 12:55:25PM -070
On Wed, May 15, 2013 at 3:28 PM, Octavian Rasnita wrote:
> From: "shawn wilson"
>
>
>
>> I asked this in #perl-help and was told that by the time perl checked
>> the version, the module was already loaded - is there a way to check
>> the version without completely loading the module so that when
On Wed, 15 May 2013 10:34:02 +0100
Gary Stainburn wrote:
> Is it possible to write text cells where part of the string is
> highlighted in red? If so, how can I do it?
I'm fairly sure the format of a cell applies to the whole content of
that cell - can you do what you're asking for in Excel or s
From: "shawn wilson"
I asked this in #perl-help and was told that by the time perl checked
the version, the module was already loaded - is there a way to check
the version without completely loading the module so that when one
failed, I could move on to another module of the same name whose
ve
I asked this in #perl-help and was told that by the time perl checked
the version, the module was already loaded - is there a way to check
the version without completely loading the module so that when one
failed, I could move on to another module of the same name whose
version might succeed?
I at
Hi folks
Is it possible to write text cells where part of the string is highlighted in
red? If so, how can I do it?
Gary
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/