dude01 has asked for the wisdom of the Perl Monks concerning the following question:

i need to run the unix command ud < filename and read the output into my perl script I tried
open (UDPIPE, "(ud < CoreCust.ud)|")
but it doesn't work

Originally posted as a Categorized Question.