Help for this page

Select Code to Download


  1. or download this
    >perl -E"$foo=\'foo'; say $$foo;"
    foo
    ...
    >perl -E"$foo=\'foo'; say $foo->;"
    syntax error at -e line 1, near "->;"
    Execution of -e aborted due to compilation errors.