John Pretti wrote:
Aren't you missing a ";". I am assuming that perl in both
environments would be the same; therefore, your command would look as
follows:
C:\perl>perl -e 'print "test\n";' instead of C:\perl>perl -e 'print
"test\n"'
The ";" is not necessary, since ";" is for separating statements, and
this is only one statement. Both those variants work on Linux.
HTH, someone please correct me if operating environments are
different.
They are. See my previous message.
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>