in reply to Re^2: extracting data from a line
in thread extracting data from a line

TedPride++ I had not thought of the substr($_, rindex($_, '/') +1) way to get the last 'element' off a line and this is something I find I am coding a lot here. Its always nice to learn a more efficient way to do things.

Thanks,
R.