|
|
|
|
|
by draegtun
4514 days ago
|
|
If it had been written in some other scripting language then I'd guess you would have had even more issues upgrading! Because Perl, despite all its supposed warts & bad image, remains highly backward compatible. NB. The biggest issues I've seen in upgrading are modules that use C libraries (unfortunately things do change over time!). As an example I'm still running a Perl web system & data munging backend that I wrote back in 2001 with only minor tweaks over the years for new/modern systems. |
|