Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -lw
    use strict;
    ...
        } while(  0 <= $count  );
        print;
    }
    
  2. or download this
    #!/usr/bin/perl -lw
    use strict;
    ...
            if  0 <= $count;
        print;
    }