P
perlUSER
I am writing a small report and got a quick question. Consider the
follwoing example:
format STDOUT =
Album=@<<<<<<<<<<<<< Artist=@>>>>>>>>>>>> Price=$@##.##
$album, $artist, $price
..
$album = "Test album";
$artist = "Brit";
$price = "9.99";
write();
When I execute this snippet, I can see the results on the screen. Can
someone please tell me how to re-direct the report to a file? Any help
is greatly appreciated.
Regards,
Sri.
follwoing example:
format STDOUT =
Album=@<<<<<<<<<<<<< Artist=@>>>>>>>>>>>> Price=$@##.##
$album, $artist, $price
..
$album = "Test album";
$artist = "Brit";
$price = "9.99";
write();
When I execute this snippet, I can see the results on the screen. Can
someone please tell me how to re-direct the report to a file? Any help
is greatly appreciated.
Regards,
Sri.