http://www.perlmonks.org?node_id=794653


in reply to Re: Perl Babysteps 1: Your First Simple Script
in thread Perl Babysteps 1: Your First Simple Script

It should be emphasized that Perl must be installed first or nothing will happen when you run hello.pl
Exactly how should it be emphasized more than it already is? The second section is titled in big, bold letters: Installing Perl

This section provides 4 different pointers on installing Perl.

The install section is followed by the section which tells you to run hello.pl. The author reasonably assumes that the sections are read in order.

  • Comment on Re^2: Perl Babysteps 1: Your First Simple Script

Replies are listed 'Best First'.
Re^3: Perl Babysteps 1: Your First Simple Script
by Anonymous Monk on Nov 05, 2009 at 09:32 UTC
    I think this is a great tuturial. Thanks for sacrificing your time for others
      I agree, great tutorial!