Conversion of Text file to CSV

2003-03-18 Thread pelp
, and I need some direction. Thanks, Pelp -- http://www.fastmail.fm - Choose from over 50 domains or use your own -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

converting to CSV

2002-10-16 Thread pelp
I need some much needed help to do some data munging. I come from a C++ background (3+ years) and have little experience with PERL (about 2 months). At work today I was given a task to convert 1300+ logs to a new format, and the program is due tomorrow (i know.. how nice?)!!! Currently a log is

Re: converting to CSV

2002-10-16 Thread pelp
Yahoo! is acting funny. http://www.geocities.com/pelpme/current_format.txt (original file) http://www.geocities.com/pelpme/csv.htm (new format) On Wed, 16 Oct 2002 03:10:12 UT, pelp [EMAIL PROTECTED] said: This is the correct link to the CSV file, http://us.f1.yahoofs.com/users/593a164

how to approach this?

2002-09-08 Thread pelp
I was given a job to manipulate MIF files and decided to do the job in PERL for it's powerful text manipulating capabilites. A MIF file is another method to represent a FrameMaker file which contains all these tags similar to html. What I need to do (and this is where I need help) is to delete

how to fix uninitialized value in subsitution warning

2002-09-07 Thread pelp
No/; $FILE - open(test.mif) or die can't open file; while ($FILE) { if ($change_on) { s/$change_on/$change_off/; } } $FILE - close; Thanks ahead. -pelp -- http://fastmail.fm - The way email should be... -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Unable to save changes using IO::File

2002-09-07 Thread pelp
Hi - The problem is that I'm unable to save my changes after making subsitutions, and I don't understand why. Here's the code. -- #!/usr/vendor/bin/perl use strict; use IO::File my $FRAME_FILE = new IO::File; my $change_on = FChangeBar Yes; my $change_off = FchangeBar No; $FRAME_FILE -