Help for this page

Select Code to Download


  1. or download this
    HEAD
    bead
    ...
    boat
    boot
    FOOT
    
  2. or download this
    #!/usr/bin/perl
    #ver 1.02
    ...
        print join "-", @way;
        print "\n";
    }
    
  3. or download this
    #!/usr/bin/perl
    #ver 2.00
    ...
        store $db, 'dictionary.db';
        return retrieve('dictionary.db');
    }