show/hide this revision's text 2 added 1857 characters in body

116

154 characters (114 if you took out the 2nd and 3rd discounting newlines):

s/^$g$/Bingo! INIT{@m=((' few')x($g=1+int+rand+10),$g,(' much')x9),$\="Gimme your guess 1-10:\n",print}s/.*/$m[$&]/;s/ /Too /||undef$\^print("Bingo! It was: $g/and+print,last;s/.*/Too @{[qw(much few)]}[$&<$g]/

I was thinking, "if only I had some sort of comparison function returning (-1|0|1)!" while I was writing this...

Somehow completely forgot about <=>, which is winning the least-character count wars in here. Even pulling out the $\ trick doesn't win against that, so I conceed. **waves white flag**

                      ______________________________________________________                     /                  ,.                                 ~                    /       .           :%%%.    .%%%.                    ~                   /    __%%%(\        `%%%%%   .%%%%%                   ~                  /   /a  ^  '%        %%%% %: ,%  %%"`                 ~                 /   '__..  ,'%     .-%:     %-'    %                  ~                /     ~~""%:. `     % '          .   `.               ~               /          %% % `   %%           .%:  . \.            ~              /            %%:. `-'   `        .%% . %: :\          ~             /             %(%,%..."   `%,     %%'   %% ) )        ~            /               %)%%)%%'   )%%%.....- '   "/ (        ~           /                %a:f%%\ % / \`%  "%%% `   / \))      ~          /                  %(%'  % /-. \      '  \ |-. '.     ~         /                   `'    |%   `()         \|  `()    ~        /                          ||    /          ()   /    ~       /                           ()   0            |  o    ~      /                             \  /\            o /    ~     /                              o  `            /-|    ~    /                            ,-/ `           ,-/      ~   /_____________________________________________________~  // ////  orz
        
show/hide this revision's text 1

116 characters (114 if you took out the 2nd and 3rd newlines):

#!/usr/bin/perl -p
INIT{$g=int+rand+10}
s/^$g$/Bingo! It was: $g/and+print,last;s/.*/Too @{[qw(much few)]}[$&<$g]/