in reply to Conditionally executing different code based on Perl Version

By the way, it's not «use re "/d/";»; it's «use re "/d";» (as in /.../d).

Replies are listed 'Best First'.
Re^2: Conditionally executing different code based on Perl Version
by dlarochelle (Sexton) on Feb 22, 2012 at 19:13 UTC
    Thanks I've updated the post