Help for this page
#!/usr/bin/perl -lw use strict; ... } while( 0 <= $count ); print; }
#!/usr/bin/perl -lw use strict; ... if 0 <= $count; print; }