Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Dogg's scratchpad

by Dogg (Scribe)
on Jun 03, 2004 at 00:45 UTC ( [id://359858]=scratchpad: print w/replies, xml ) Need Help??

#!/usr/bin/perl use strict; open (INFILE0, "0/1.out") or die "Can't open 0/1.out: $!\n"; open (INFILE12, "12/1.out") or die "Can't open 12/1.out: $!\n"; our $0 = <INFILE0>; our $12 = <INFILE12>; print "File 0 \n"; print "$0\n"; print "File 12 \n"; print "$12\n";
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-16 13:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found