HTMLmaker.pl第54行的语法错误,靠近".if"(可能是第47行开始的失控多行""字符串)HTMLmaker.pl的执行因编译错误而中止.
use strict;
use warnings;
use vars qw( $fc $sc $fontsize );
print "What would you like the title of the website to be? ";
chomp (my $TWT = <STDIN>);
print "What would you like as the background colour?
It will be a gradient, enter your top colour ";
chomp (my $firstecolour = <STDIN>);
print "Choose your second colour ";
chomp (my $secondcolour = <STDIN>);
print "How large would you like the text to be, 6 = smallest, 1 = …Run Code Online (Sandbox Code Playgroud) perl ×1