Help for this page

Select Code to Download


  1. or download this
    C:\>perl -e 'print "foo\n"'
    Can't find string terminator "'" anywhere before EOF at -e line 1.
    
  2. or download this
    C:\>perl -e "print '""'"
    "
    C:\>perl -e "print '\"'"
    "