Help for this page

Select Code to Download


  1. or download this
    $ perl -Mstrict -Mwarnings -Mdiagnostics -e 'my $x = "X": print "$x\n"
    +;'
    syntax error at -e line 1, near ""X":"
    ...
    Uncaught exception from user code:
            syntax error at -e line 1, near ""X":"
            Execution of -e aborted due to compilation errors.