Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: There's Only One Way To Do It

by gmpassos (Priest)
on Apr 07, 2004 at 05:47 UTC ( [id://343197]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     public static double Str2Double(String i) {
        if ( i.indexOf(".") >= 0 ) { int p = i.indexOf(".") ; i = i.substr
    +ing(0,p) ;}
    ...
        return o ;
      }
    
  2. or download this
    
      import java.io.RandomAccessFile ;
    ...
          buffer = new String(b,0,n) ;
        }
      }
    
  3. or download this
      open(my $io,"/tmp/file") ;
      read($io, my $buffer , 1024) ;
    

Log In?
Username:
Password:

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

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

    No recent polls found