in reply to
how do i read input from Unix command
Try backticks:
my $output = `ud < CoreCust.ud`;
Comment on
Re: how do i read input from Unix command
Download
Code
In Section
Seekers of Perl Wisdom