Questions tagged [perl5.10]

Perl5.10 refers to a version 10 of Perl 5, released in 2007. It is officially unsupported.

21 questions
1
vote
3 answers

Would installing Perl 5.8.x or 5.10.x make a big impact on how my code runs if it was developed in 5.6.x?

What are the impacts (If any) by developing code in Perl 5.6.1 but running the code in Perl 5.8.x or 5.10.x? I'm using these modules: (For Linux) HTTP::Request HTTP::Response LWP::UserAgent Unicode::String XML::DOM DateTime::Format::DateManip (For…
Phill Pafford
  • 83,471
  • 91
  • 263
  • 383
1
vote
1 answer

What is here the recommended way the get rid of the "v-string in use/require non-portable" warning?

A module requires at least Perl 5.10.0. When I use this module with Perl version 5.10.0 I get the warning: v-string in use/require non-portable at ... (line of "use 5.10.0;"). In Perl 5.10.1 this warning is removed. What would be the recommended…
sid_com
  • 24,137
  • 26
  • 96
  • 187
0
votes
1 answer

How to generate output files of excel format for each column of A i.e output files for App and Data each using perl code

This is the input file which is of excel format: A B C D APP 1 210101 8.1 APP 2 210102 8.2 APP 3 210103 8.3 Data 4 210104 8.4 Data 5 210105 8.5 Data 6 210106 8.6 How to generate output files of excel in below way using…
18-454
  • 3
  • 2
0
votes
1 answer

Help troubleshoot a consistently repeatable mod_perl2 / $SIG{__DIE__} bug

This is mod_perl2 on Apache 2.2, ActiveState Perl 5.10 for win32. I override $SIG{__DIE__} and turn on DBI's RaiseError flag, which AFAICT from the docs, should call my override when a database call fails. It seems to almost always, except in one…
Kev
  • 15,899
  • 15
  • 79
  • 112
0
votes
2 answers

Getting rid of warnings for undefined values when using Chart module

I'm using Chart module to generate charts in PNG format from CSV data: It works well, the charts look okay, but I get warnings for the undef values (there are 3 such values at the end of the above diagram): # ~/txv3.pl "./L*TXV3*.csv" >…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
-4
votes
2 answers

Difference between perl 5.8 and 5.10

I'm compiling some information related to the differences between 5.8 and 5.10. Can someone please point out the major differences, or tell me where I can begin my research?
rsharma
  • 75
  • 1
  • 9
1
2