On Mar 7, Robert Graham said:
>What I want to do is to read the line and print it out with the value for
>$today which will be set in the program.
perldoc -q 'expand variables'
--
Jeff "japhy" Pinyan [EMAIL PROTECTED] http://www.pobox.com/~japhy/
RPI Acacia brother #734 http://www.
Hi there
I need to write a program that will parse a template file that looks
something like this:
THE FORECAST WAS ISSUED AT $today
SOME MORE TEXT...
..
..
What I want to do is to read the line and print it out with the value for
$today which will be set in the program.
Any help will be appre