Hi Monks
I generate a relative simple HTML page I want to open in the standard Browser used in a Windows computer. I generally can open a html file stored locally with the following
my $filename = "/abc.html"; system("start file://$filename");
I would like to do the same without saving the HTMl code I've generated in a html file. I have the HTML code in a variable. Do you see any possibility to do it? The only thing I've come up is to use a temporary file (File::Temp). Thanks.
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |