> I have tried numerous variations of this simple script: > > print ("hello\n"); > > perl -e "print qq~Hello\n~" > > C:\> perl > print "Hello\n"; then press 'controll Z' > > > print "hello"; > > and press 'control C' >
You have to enter CTRL+Z and ENTER on an empty line: C:\> perl print "Hello\n"; ENTER CTRL+Z ENTER Jenda =========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ========== There is a reason for living. There must be. I've seen it somewhere. It's just that in the mess on my table ... and in my brain I can't find it. --- me -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]