On Aug 9, 3:53 pm, Bill H <b...@ts1000.us> wrote:
> I have a perplexing issue. I have this program that I have been using
> for about 4 years, it takes a tab delimited file and creates a marked
> up file for pagemaker (basically all text with tags similar to html.
> The thing I am trying to figure out is:
>
> I have always used Active State perl v 5.005.03 for this program and
> still have it installed on one machine. On my newer machine I have
> v5.8.8.
>
> When I run the exact same program (last date modified on the program
> was 6/5/7), on the exact same data (same size on both machines, under
> v5.005.03 I get a resulting text file of 4833kb, but under 5.8.8
> (again same program, same data, different machine) I get a resulting
> text file size of 4607kb. What could cause such a size difference in
> the resulting file (or any size difference)?
>
> The program is a very simple program that just reads the file and
> makes a new file, it doesnt use any libraries, api's or other external
> stuff (cept what is in perl).
>
> Any clues? If you want to see the program and the data let me know and
> I will send it to you.
>
> Bill H
Without seeing the code, it's impossible to say what's wrong.
|