in reply to OS agnostic C&P CLI snippets with -E

Small correction: say() was added in Perl 5.10.

$ perl -M5.010  
say $^V;
__END__
v5.10.1