Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

A peek at the other side or, Poof and He's Gone!

by mr.nick (Chaplain)
on Oct 22, 2001 at 17:16 UTC ( [id://120508]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       for (int i<0; i< array.size(); i++) {
          String result = "PR-" + array[i] + "-RD";
          file.write(result);
       }
    
  2. or download this
       int size = array.size();
       for (int i<0; i< size; i++) {
    
  3. or download this
      StringBuffer sb = new StringBuffer();
      int size = array.size();
    ...
         file.write(sb.toString());
         sb.length(0);
      }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-04-19 10:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found