[EMAIL PROTECTED] am Donnerstag, 8. Februar 2007 17:09:
> When I run command line perl (Unix or DOS) something gives me errors
> (several times) as if perl is trying to send something to the shell
> command line. Alternatively, it expects further input and I hit either
> ^Z or ^D, but it doesn't do anything.  Since this is happening both on
> DOS and Unix, it must be my mistake.
>
> For example
>
> perl -pe 'print "goat \n" '
> (expects input here)

Try without the -p switch and read about it in 
perldoc perlrun.

Dani

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to