Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
      # return the resulting rainbow string. :)
      return $rainbow;
    }
    
  2. or download this
    print &text_tone( "Dog and Pony tries to learn some perl.", "#009966",
    + "#cc3333" );