in reply to Re: Re: STDIN question
in thread STDIN question

++hmerrill

# test2.pl use File::Slurp; $all_of_it = read_file('-'); print $all_of_it; __END__ $ >echo -e "klöhlkhklhj\nlkjhlkhlkhkk\nlkjhklhlkhklh" | perl test2.pl klöhlkhklhj lkjhlkhlkhkk lkjhklhlkhklh

regards,
tomte


Hlade's Law:

If you have a difficult task, give it to a lazy person --
they will find an easier way to do it.