Help for this page

Select Code to Download


  1. or download this
    $ perl -e "print 'qwe'"
    qwe
    ...
    $ perl -e "my $x = 'qwe'; print $x"
    syntax error at -e line 1, near "my  ="
    Execution of -e aborted due to compilation errors.