Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # corpus - Generate a text of all code in a corpus
    ...
       1 while s/^(-?\d+)(\d{3})/$1,$2/;
       return $_;
    }