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

how 'bout this

by cforde (Monk)
on May 10, 2001 at 21:21 UTC ( [id://79485]=note: print w/replies, xml ) Need Help??


in reply to qoutes bugging me

use FileHandle; my $file = new FileHandle "myfile"; my @line = <$file> or die "Unable to open myfile: $!"; my $stuff = join '',@line; $stuff =~ s/\n/","/g; print '"' . $stuff . '"';
Have fun,
Carl Forde

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-24 06:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found