[EMAIL PROTECTED] wrote: > Pass your script to Perl via standard input: > echo "print 'Hello, world'" | perl -
$ echo "print 'hello, world'" | python - hello, world Cheers, -- george -- http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote: > Pass your script to Perl via standard input: > echo "print 'Hello, world'" | perl -
$ echo "print 'hello, world'" | python - hello, world Cheers, -- george -- http://mail.python.org/mailman/listinfo/python-list