Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    @r_words = ();
    
  2. or download this
    print "Example 2:\n\n";
    
    ...
    {
        print $_,"\n";
    }