Hi,
I there a way to tell the number of the line in a file?  

while (<INFILE>){
print "I am reading line ____";
}

Anway to tell without using some counting code?

Thanks...

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to