Hello!!
i have a bit of a strange noodle-scratcher at the moment.
i have a program that "writes" data out to another program which in turn parses that data and writes it to a database.
i would like to write a Perl program to do this. Is this a good idea or should i go for C instead? (i'm very lazy though!!)
if it is possible for Perl to "listen in" for info off another process (via stdin or stderr i guess), how do i do it? it can't just be:
$var = <STDIN>;
can it???
Thanx in advance for any help,
TheSaltyDuke![[pipe] [pipe] [pipe]](/data/assets/smilies/pipe.gif)
i have a bit of a strange noodle-scratcher at the moment.
i have a program that "writes" data out to another program which in turn parses that data and writes it to a database.
i would like to write a Perl program to do this. Is this a good idea or should i go for C instead? (i'm very lazy though!!)
if it is possible for Perl to "listen in" for info off another process (via stdin or stderr i guess), how do i do it? it can't just be:
$var = <STDIN>;
can it???
Thanx in advance for any help,
TheSaltyDuke
![[pipe] [pipe] [pipe]](/data/assets/smilies/pipe.gif)