in reply to Re: display html file from Perl
in thread display html file from Perl
use strict; use warnings; system("perl ./c1.pl > ./c1.html"); system("/usr/bin/firefox http://localhost:8080/ ./c1.html");
This constructs the HTML file but Firefox returns:
Error: GDK_BACKEND does not match available displays
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: display html file from Perl
by LanX (Saint) on Jul 10, 2017 at 14:14 UTC |