Help for this page

Select Code to Download


  1. or download this
    { my $count = 0;
      do
    ...
      pop @in;  #  Remove 'quit signal'
    }
    chomp @in;
    
  2. or download this
    while ( 'reading...' )
    { print "\nPlease enter a number: ";
    ...
      last;
    }
    chomp @in;