Re: [Perl-unix-users] Background image
don't know for sure, but try: -background=>'/image.gif', --- Evulla <[EMAIL PROTECTED]> wrote: > Hi. > Can someone please tell me how to get an image for > background > in my Cgi-script (perl). > > print header, start_html(-title=>$title, > > -bgcol
[Perl-unix-users] Background image
Hi. Can someone please tell me how to get an image for background in my Cgi-script (perl). print header, start_html(-title=>$title, -bgcolor=>'black', -text =>'white'),h1({-align=>'center'}),($title); This