Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Presenting a local listing of remote files over HTTP

by hacker (Priest)
on Jul 03, 2002 at 19:45 UTC ( [id://179281]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub commify {
       my $text = reverse $_[0];
       $text =~ s/(\d{3})(?=\d)(?!\d*\.)/$1,/g;
       return scalar reverse $text;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://179281]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-23 20:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found