Bart Lateur wrote:
> For input, the handle is marked as a source:
> 
>         $data = <STDIN>;
> 
> In order to be symmetrical, your ousput handle should look and act like
> a sink:
> 
>         >STDOUT< = $data;
> 
> There. Now it's symmetrical.

        <STDOUT> = $data;

is symmetrical.  I am considering this as a possible addition to RFC 51:

        <STDOUT, $fh> = $data; # print to tty and file

Jon
-- 
Knowledge is that which remains when what is
learned is forgotten. - Mr. King

Reply via email to