in reply to Re: Re: code problems
in thread code problems
Hi!
I found how to do this :
my $results=qx(rsh xxx.aaa.yyy. 'source.login; find -p AXY -D | sort -c | bugval -a %a a')
and then in the script I put print "$results"; after print "Content-type:txt/html\n\n"
Thank you!!!