Re: [Perl-unix-users] Background image

2001-06-25 Thread Anthony E.
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

2001-06-25 Thread Evulla
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