I have an array with some special character like '*' and i want to print " " (space ) every where I find this '*' . So this is my code
if($dlog2[$co] eq '*') { print $fh " ,"; }
but it still prints the '*' not space . If anyone can trace out the glitch in the code . Oh and comma is desired , so its a part of code
In reply to Replacing a special character by torres09
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |