- or download this
$ ./6.markov.pl markov
sub_dir is markov
path1 is /home/bob/Documents/meditations
...
I love to throw the toy with the dog! When I throw with my right hand,
+ I try to follow through with extension. Sometimes I repeat with the
+undef hand. You never know when the toy will take a big bounce, so I
+keep it low. It went west. Then my pretty pitty retrieved it at a gal
+lop.
50 percent of the time I go to the gym. I perform swimming for my heal
+th.
- or download this
#!/usr/bin/perl -w
use 5.011;
use Path::Tiny;
...
__END__
- or download this
$ ./3.mm.pl hoops
sub_dir is hoops
...
The current state of hoops, baby is .
----------------
$
- or download this
#!/usr/bin/perl -w
use 5.011;
use Path::Tiny;
...
return @winners;
} # end play_game
__END__