Dear all,
Is there a way I can write
print "Number of records = ++$records in the db\n";
instead of
print "Number of records = " . ++$records . "in the db\n";Thanks Ram -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
