http://qs321.pair.com?node_id=183867

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Ok say I two files called, header and footer, but all over header and footer it has variables, but how can I tanslate flatfile variables to perl, for example a file
--User.htm--- <html> <head> <title>$title</title> </head> <body $bodystuff> <font $face> $other </font> </body> </html>
I dont want it to print $other I want it to print the scripts $other