Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Perl: Survival of the Fittest

by Ovid (Cardinal)
on Jun 17, 2000 at 01:37 UTC ( [id://18562]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    FD  O-NEWFILE
        RECORDING MODE IS F
    ...
        LABEL RECORDS ARE STANDARD
        DATA RECORD IS O-NEWFILE-REC.
    01  O-NEWFILE-REC                       PIC X(80).
    
  2. or download this
    //NEWFILE  DD DSN=B7707O.DDA50010.APDATA,
    //            DISP=(NEW,CATLG,DELETE),
    //            UNIT=DASD,
    //            SPACE=(CYL,(150,150),RLSE),
    //            DCB=(RECFM=FB,LRECL=80,BLKSIZE=6400)
    
  3. or download this
    open (MYFILE, "> $file") || die "Couldn't open $file: $!\n";
    

Log In?
Username:
Password:

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

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

    No recent polls found