Help for this page

Select Code to Download


  1. or download this
    my ($line1, $line2, $line3, $author) = split ":", $poems{$number};
    print "  $line1\n$line2\n   $line3\n\t$author\n";
    
  2. or download this
    print "   ",$poems{$number},"\n";