in reply to Re: Re: Script not working on large file size
in thread Script not working on large file size

Thanks,
I spend about 2/3 hour to monitor the script and its done whitout any error message. But, some of the data are not changes as per requirements. As example, the 2 last character of lines must be integer, if not then changes to default values ("00")
#from my script ... if ($dd !~ /\d\d$/ || $dd =~ /<u$/ ) { $dd =~ s/..$/00/g; } ...
But, the script skips on that case and once I test again on small files, it done..

Replies are listed 'Best First'.
Re: Re: Script not working on large file size
by BrowserUk (Patriarch) on Apr 23, 2004 at 03:36 UTC

    Sorry, but I thought you were serious.


    Examine what is said, not who speaks.
    "Efficiency is intelligent laziness." -David Dunham
    "Think for yourself!" - Abigail