On Thu, Apr 11, 2013 at 7:06 PM, Ombongi Moraa Fe
<moraa.lovetak...@gmail.com> wrote:
> My perl script "a.pl" calls python script "b.py" and passes arguments to it;
> expecting a return value;

Can you clarify this part, please? What kind of "return value" is your
Perl script expecting? Presumably you actually mean something written
to stdout; what format? How do you decode it?

Ultimately, stdout is simply a stream of bytes, though with some small
magic you can treat it as a string of characters. All its meaning is
between the sender and receiver.

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to