Help for this page

Select Code to Download


  1. or download this
    perl -e "$_='qwerty'; s/r/print pos(). \"\n\";/e; print $_;"
    syntax error at -e line 2, near "="
    Execution of -e aborted due to compilation errors.
    
  2. or download this
    perl -e "\$_='qwerty'; s/r/print pos(). \"\n\";/e; print \$_;"
    3
    qwe1ty
    
  3. or download this
    perl -e "\$_='qwerty'; s/r/print pos(). \"\n\";\$&/e; print \$_;"
    3
    qwerty