I am a just beginning to learn Perl - it's my first programming language actually. It's my project for the summer. So I hope this is a simple question.
I am reading in a text file that has perl variables within it (ie. $name, $address, ect). - but when I print the file - it prints out the variable names (ie. $name, $address, etc).
Is there a way to have the file print but having the variables replaced with the information that those variables contain - or just blank if that variable isn't defined?
Thank you.