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

Re: Arguments needed for comparision between Perl, ASP and Java

by batkins (Chaplain)
on Nov 10, 2003 at 15:11 UTC ( [id://305885]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open my $fh, ">FILENAME" or die "Can't write FILENAME: $!";
    print $fh "We are writing a line of text to a file.\nSecond line";
    close $fh;
    
  2. or download this
    <%
    Dim objFSO, objTextStream, file
    ...
    Set objTextStream = Nothing
    Set objFSO = Nothing
    %>
    
  3. or download this
    try {
            BufferedWriter out = new BufferedWriter(new FileWriter("outfil
    +ename"));
    ...
            out.close();
        } catch (IOException e) {
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-26 00:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found