Are there any services similar to codepad that will allow you to test Perl constructs on old versions of perl?
Ideally, a system where you could enter an expression
You might find Perl::MinimumVersion helpful. Use the provided perlver utility to scan your code.