in reply to Re^2: Help with getting the ouput form the script
in thread Help with getting the ouput from the script
Let's assume therefore that your problem is that you do not know how to perform a read from standard input. Take a look at this:
my $a = <>;Do you know what this does? Are you familiar with the diamond operator?
|
|---|