, 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]
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://u
This is the correct link to the CSV file,
http://us.f1.yahoofs.com/users/593a164/bc/sample/csv.htm?bchPOr9A0FpGqXUN
On Wed, 16 Oct 2002 02:55:34 UT, "pelp" <[EMAIL PROTECTED]> said:
> I need some much needed help to do some data munging. I come from a C++
> backgrou
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
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 a
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 -
$change_off = "/FChangeBar 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