C:\>perl -v This is perl, version 5.005_02 built for MSWin32-x86-object ... C:\>perl print 'hello\n'; print "hello\n"; ^D hello\nhello C:\>