Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

BzBeauty's scratchpad

by BzBeauty (Sexton)
on Jun 07, 2004 at 23:02 UTC ( [id://362147]=scratchpad: print w/replies, xml ) Need Help??

#####################################################
### Writing to File ###
#####################################################
print "Content-type: text/html\n\n";

$new_info = "My example text here";

#get info from the file
open (example, "./example.txt") || die ("Could not open file. $!");
$text = <example>;
while ($text){
     $test =~ /(\d+)/;
     my ($count) = $1;
     $text = <example>;
}
print "bite me: $count";
close (example);
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 about the Monastery: (3)
As of 2024-04-26 00:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found