Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

(jeffa) Re: Presenting a local listing of remote files over HTTP

by jeffa (Bishop)
on Jun 30, 2002 at 23:15 UTC ( [id://178433]=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;
    }
    
  2. or download this
    if ($beta =~ /tar.gz\z/) { ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-24 18:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found