Help for this page

Select Code to Download


  1. or download this
    C:\windows\system32>c:/perl/bin/perl -we'print "Hello World\n"'
    Can't find string terminator "'" anywhere before EOF at -e line 1.
    
  2. or download this
    'print
    
  3. or download this
    C:\windows\system32>c:/perl/bin/perl -leBEGIN{for(@ARGV){print$_}} -we
    +'print "Hello World\n"'
    Hello World\n'
    Can't find string terminator "'" anywhere before EOF at -e line 2.