Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    my $root_dir    = 'D:/';
    ...
        $text =~ s/(\d\d\d)(?=\d)(?!\d*\.)/$1,/g;
        return scalar reverse $text;
    }