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

Re: Interesting read: "Why I use perl and still hate dynamic language weenies too"

by Ovid (Cardinal)
on Apr 17, 2007 at 14:01 UTC ( [id://610528]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    import java.io.*;
    
    class WriteFile {
    ...
            }
        }
    }
    
  2. or download this
    open my $fh, ">", "somefile.txt"        or die "Can't open file: $!";
    print $fh "This is written to a file\n" or die "Can't print to file: $
    +!";
    

Log In?
Username:
Password:

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

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

    No recent polls found