Hi all

 keep getting this message below.

Undefined subroutine &main::Link called at C:/Program Files/Apache Group/Apache2/cgi-bin/ecco/scripts/common/getXmlAgents.pl line 24.

Here is my code

print $html->header(),

$html->start_html('Get REMOTE BOOKINGS',
        -head=>Link({-rel=>'STYLESHEET', -href=>'/styles/ecco1.css'}),
        -bgcolor=>'white'    ),
        
        $html->start_form(-method => "POST", -action => ""  ),

Im trying to get a line as such:
<LINK REL=STYLESHEET HREF="/styles/ecco1.css" TYPE="text/css">

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to