Hello,
         Say I have I loop 
                            while (<STDIN>)
                                     {
                                        print ......
                                     }
            Is there a way for me to format whatever values/text are in STDIN so that 
I can just select which lines to print?

Thanks
Hubert
   

Reply via email to