Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: The "right" way to make your script run with old versions of perl

by Corion (Patriarch)
on Jun 08, 2016 at 15:37 UTC ( [id://1165153]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Super::Cool::Perl5_006;
    
    # The most basic implementation
    
  2. or download this
    package Super::Cool::Perl5_008;
    use Super::Cool::Perl5_006; # First import all the stuff from 5_006
    
    # and overwrite some of the newer stuff
    
  3. or download this
    
    package Super::Cool::Perl5_010;
    ...
    
    # Not totally basic implementation
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1165153]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (6)
As of 2024-03-28 11:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found