in reply to simple program to write a file from commandline

Start with perlintro, asking for text is printing to STDOUT and reading the text is reading from STDIN

There is also Tutorials , Learn Perl in about 2 hours 30 minutes, http://learn.perl.org/books/beginning-perl/, Modern Perl

  • Comment on Re: simple program to write a file from commandline