Ask a Question related to PERL Beginners, Design and Development.
-
David #1
Library use question
I have a question. I was browsing through some code on CPAN.org, and
found a few modules that i wished to use. However, in some of the
modules, there was code of the following nature:
package IO::Scalar;
=head1 NAME
IO::Scalar - IO:: interface for reading/writing a scalar
=head1 SYNOPSIS
Perform I/O on strings, using the basic OO interface...
use 5.005;
use IO::Scalar;
$data = "My message:\n";
Now, as far as I know, use 5.005; is saying to use the general lib of
that version of PERL? Is this correct? Doesn't this cause a problem
later on if the PERL version is updated? Or, will any updated future
version of PERL be able to incorporate the use 5.005 statment?
Please help me out somebody. Replies can be made here, or better sent
to [email]DFroelich@kenres.com[/email].
Thanks,
David
David Guest
-
General Library Question
We're about to change our workflow using libraries. We'll be putting a lot of information into a library ... and depending on it. The question is,... -
Tag library question
I am trying to create a tag library for PagePlanets MGI tags. One of the problems that I am having is that there are some tags that allow multiple... -
question about creating a searchable database for a small library
Hi all, The organisation which I work for has a small library of maybe 100 DVDs and 200 books. I would like to create a database of the DVDs and... -
~/Library/ vs ~/System/Library vs /User/Library/
In article <110720031327074895%justin.c@se.net>, justin <justin.c@se.net> wrote: First off, you're a little bit confused. ~ means your home... -
question re. iTunes library on YD Linux
I've got an old beige G3 that I'm interested in repurposing primarily as a web and e-mail server using Yellow Dog Linux. However, I'd also like to...



Reply With Quote

