Hi,
I have a file which has contents like this.
file.txt
This is $name
Here is output I am getting:my.pl $name = "Test"; open(FH,"file.txt"); while(<FH>){ print "$_"; }
In reply to Uer Perl Variable in txt file by vinaybond
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |