Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    splice @bits, 0, -$incomplete;                    # Remove the process
    +ed part.
    print "\n@bits\n";