in reply to
Re: Re: Re: Perl 'pipe' problem
in thread
Perl 'pipe' problem
U da man! :)
this seems to work for me...
$x = `ksh -c "grep orderNumber \$(find /home/homedepot/ECOM/prod/in -mtime -1) | wc -l"`;
Thanks.
Comment on
Re: Re: Re: Re: Perl 'pipe' problem
In Section
Seekers of Perl Wisdom