Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        print $_, "\t" x $tab_counts[$i++] for /\S+/g;
        print "\n";
    }