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