moderated >> versions of perl for newbie

by Jim Maas » Sun, 29 Feb 2004 21:47:58 GMT

I'm taking up a new position and have never used perl before although
use and code in lots of other languages. When doing a bit of survey I
find, what appear to be different versions of perl. Can anyone tell me
if the syntax is generally similar or are they completely different.

Thanks for all advice and if there is a web page or summary somewhere
else please pass this on to me.

Thanks and Very Best Regards

Jim

XXXX@XXXXX.COM


moderated >> versions of perl for newbie

by yf110 » Mon, 01 Mar 2004 04:20:12 GMT



: I'm taking up a new position and have never used perl before although
: use and code in lots of other languages. When doing a bit of survey I
: find, what appear to be different versions of perl. Can anyone tell me
: if the syntax is generally similar or are they completely different.

Which versions?

Version 5 has various sub versions, perhaps that is what you've seen.

All version 5's have the pretty much an identical syntax, which is to say
that an older perl 5 program will almost always run as-is on a newer
version 5 of perl, though I wouldn't upgrade the perl version on a
critical server without a thorough test, because the occasional hickup can
occur.

Perl version 4 is _very_ old (it was in use like ten years ago or so) and
not normally available now, but who knows? Apparently many version 4
scripts will run as-is on version 5. It lacks many of version 5's
features, so in that sense the syntax is different.

Perl version 6 is not in production available yet, and I don't think
you could even have it unless you do a bit of work to get it, so the
syntax doesn't matter.

I'm looking for telecommute projects. (Paying that is, various
arrangements possible.)


moderated >> versions of perl for newbie

by Philip Newton » Mon, 01 Mar 2004 18:42:43 GMT

On 29 Feb 2004 12:20:12 -0800, XXXX@XXXXX.COM (Malcolm Dew-Jones)




He may also have seen various pre-packaged distributions such as
IndigoPerl or ActivePerl, which may be preferable for a beginners
because of the number of modules that come along with the base install
and because of the package management software which may (or may not) be
easier to use than CPAN(PLUS).

Cheers,
Philip
--
Philip Newton < XXXX@XXXXX.COM >
Yes, that really is my address; no need to remove anything to reply.
If you're not part of the solution, you're part of the precipitate.


Similar Threads

1. Help a newbie to pick best version of Linux for Perl and perl /TK. - Perl

2. [Solved] Help a newbie to pick best version of Linux for Perl and perl/TK.

3. Help a newbie to pick best version of Linux for Perl and perl/TK. - Perl

4. what is the relation bn Perl version , Perl byteloader & OS version

Hi all,

what is the relation between Perl version , Perl byteloader & OS
version??


could u direct me the correct links???


Thanks.








5. Perl lib version not match executable version - Perl DBI

6. migrating perl from version x to version y

Can some one tell me if there is an easy way generally speaking to migrate
one version of perl and the modules installed under it to another version?

Also, in this specific case I want to go from 5.00503 to 5.8.0 The wrinkle
is that the box that needs to be upgraded does not have http/ftp access to
the world and can only be accessed through several hops from inside our
network. If this were a file system I needed to move, I could simply tar it
up and move it over. Is there something similar for perl?

Links/docs are appreciated.

Thanks!

richf

7. MD5 (version 2.36) not match with boottrap parameters on perl 5.8 lib (version 2.16) - Perl

8. Perl lib version (v5.6.0) doesn't match executable version (v5.8.0)

Hello.

On a Linux PC, I'm trying to install libwww-perl, but I get this error
message when 'make':

-------------
Perl lib version (v5.6.0) doesn't match executable version (v5.8.0) at
/usr/lib/perl5/5.6.0/i386-linux/Config.pm line 21.
Compilation failed in require at
/usr/lib/perl5/5.6.0/ExtUtils/Install.pm line 10.
----------------

If get my Perl version (perl -v):
This is perl, v5.6.0 built for i386-linux

Some hours ago, I tried to installed a module by using CPAN, and
it suggested me to install the new Perl version (5.8.0), but it
failed, and I supposed it wasn't installed.

I would be extremely obliged if anybody could tell me how to solve
this
problem.

Thank you very much.