in reply to
How to read contents of a file without opening it and print the contents
# Pass file name as an argument on command line while (<>) { print; }
Comment on
Re: How to read contents of a file without opening it and print the contents
In Section
Seekers of Perl Wisdom