On Saturday, May 31, 2003 1:24 PM
$Bill Luebkert <[EMAIL PROTECTED]> wrote:
> Manjunath H N wrote:
>> Hello All,
>>
>> The program prog.pl I have attached needs to read data from
>> PurchaseRequestDataFile.txt & chomp the contents & append it with
>&g
Hello All,
The program prog.pl I have attached needs to read data from
PurchaseRequestDataFile.txt & chomp the contents & append it with new Record
count, But I am not able to chomp the contents, it is just appending the
Record count to the end of the file.
Please help me with this.
TIA
Manjunat
Hello All,
I am using Perl 5.8.0 but this file for our Intranet Web server was created
using 5.0, below is the file where I am using chomp function to chomp the
contents after reading the PurchaseRequestDataFile,
sysopen (PURDBFILE, $PurchaseRequestDataFile, O_RDWR|O_CREAT) or HTMLdie
("Unable t