Help for this page

Select Code to Download


  1. or download this
    while ($in[$count] !~ /q/i {
    
  2. or download this
    while ($in[$count] !~ /q/i) {
    
  3. or download this
    chomp($in[$count]";
    
  4. or download this
    chomp($in[$count]);
    
  5. or download this
    print "\n\n\n"done.\n\n\n";
    
  6. or download this
    print "\n\n\ndone.\n\n\n";
    
  7. or download this
    count++;
    
  8. or download this
    $count++;
    
  9. or download this
    while ($in[$count] !~ /q/i) {