in reply to Re: Please find out the mistake in substitution function in the code??
in thread Please find out the mistake in substitution function in the code??
Your print OUT if (...) needs something to print.
print will output the value of $_ localized in the enclosing while (<IN1>) { ... } loop.
Give a man a fish: <%-(-(-(-<
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Please find out the mistake in substitution function in the code??
by GotToBTru (Prior) on May 11, 2015 at 19:17 UTC |