This is perl, v5.10.1 (*) built for i486-linux-gnu-thread-multi
Copyright 1987-2009, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page.
####
perl -e 'say "test"';
String found where operator expected at -e line 1, near "say "test""
(Do you need to predeclare say?)
syntax error at -e line 1, near "say "test""
Execution of -e aborted due to compilation errors.
####
perl -M5.10.1 -e 'say "test"';
test