Help for this page

Select Code to Download


  1. or download this
    $ cat fluffy.pl
    use strict;
    ...
    else {
        print "*** no match! ***\n";
    }
    
  2. or download this
    $ perl fluffy.pl
    Words:  2='is', 4='time', 1='Now'
    
  3. or download this
    use strict;
    use warnings;
    ...
       "and pasted from a screen capture that I want to\n",
       "process.\n",
    );
    
  4. or download this
    print "Chassis: <$details{'Chassis'}>\n";
    print "Main Memory: <$details{'Main Memory'}>\n";