#!/usr/local/bin/perl
use warnings;
use strict;
use CGI qw(:standard);
print header;
print start_html(-title=>"Hello World",
-bgcolor=>"#cccccc", -text=>"#999999",
-background=>"healo.jpg");
颜色显示,但不显示图像。我有 healo.jpg 位于 bin 文件夹和我的主文件夹中。我从http://www.cgi101.com/book/ch1/text.html 获取此代码 请帮助。