in reply to Re: Running a string through a filter program and recieving the output as a string
in thread Running a string through a filter program and recieving the output as a string
should becomemy $newword = `sed $word`;
Where $filterprogram has to be set somewhere else in the script.my $newword = `echo '$word' | $filterprogram`;
|
|---|