Help for this page

Select Code to Download


  1. or download this
    } until ($repeaty == 0);
    
  2. or download this
    #! perl
    use strict;
    ...
        print CHAR . ' ' for 1 .. WIDTH;
        print "\n";
    }