Help for this page

Select Code to Download


  1. or download this
    =pod
    Rudolph the red nose reindeer,
    had a very shiney nose,
    ...
      $reindeer->shout( with => 'glee' );
      $history->add( $rudolph );
    }
    
  2. or download this
    # Dashing through the snow
    # In a one horse open sleigh
    
    ...
    $bells->jingle; $bells->jingle;
    $bells->jingle while ( $we->travel );
    $we->set_fun( 'lots' ) while ( $we->in($sleigh) );