小编Chr*_*gan的帖子

可能是一个失控的多行""字符串开始

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
推荐指数
1
解决办法
5226
查看次数

标签 统计

perl ×1