Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Donation Tracking "Thermometer"

by hacker (Priest)
on Apr 03, 2003 at 18:48 UTC ( [id://247849]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       use strict;           # of course
       use File::Basename;   # limit the output names
    ...
               $text =~ s/(\d{3})(?=\d)(?!\d*\.)/$1,/g;
               return scalar reverse $text;
       }
    
  2. or download this
       File Name...: foo_bin-1.2.tar.gz
       File Size...: 1,200,837 bytes (1,173 kb)
    ...
       Total bytes.: 331,602,269,736
       ...
       Final total bytes: 532,767,443,273
    
  3. or download this
       use strict;
       use LWP::UserAgent;
    ...
       close PPAL;
    
       # print $response->content;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-25 23:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found