Help for this page

Select Code to Download


  1. or download this
    print "\b\b\b\b" unless $count %= 4
    
  2. or download this
    $count = 0, print "\b\b\b\b" if $count == 4;