Help for this page

Select Code to Download


  1. or download this
    sub enter_number {
      local $_;
    ...
        }
      }
    }
    
  2. or download this
    package Preempt::Stdin;
    use strict;
    ...
    }
    
    1;
    
  3. or download this
    package main;
    use strict;
    ...
    my $room = enter_number();
    untie *STDIN;
    print "Room:  $room\n";
    
  4. or download this
    package main;
    use strict;
    ...
            }
        }
    }