Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Do I have to expect problem passing from perl 5.2.3 to perl 5.3.3 ? 1

Status
Not open for further replies.

wysiwyg

Programmer
May 8, 2000
6
CA
Hi
I would like to know if I will need re-compile my code in perl (actually using version 5.5.2 )when I will migrate from AIX 4.2.1 to AIX 4.3.3 .

I know that the following filesets are shipped automatically with AIX 4.3.3 <perl.rte 5.5.3> and <perl.man.en.US>.

My version of perl will automatically change from 5.2.2 to 5.3.3.
Tks
Annie
 
Hi Annie,

I've never had a problem moving from one version of Perl to another.

You don't need to recompile Perl scripts between versions as Perl scripts are compiled &quot;on-the-fly&quot; as your run them.

Some add-ins to Perl may need recompiling (because parts of them are written in C or C++), I have in mind DBD and its modules, so that may need to be looked at.

Some Perl modules are dependant upon a particular version of Perl so you should check that out. (I'd write to the author of the module)

So -- in general I don't think you'll have a problem.

One question does occur to me though. Why don't you move up to the lastest version of Perl?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top