Hi,
        I was trying to add a hyperlink to each of the boxes but it was
not putting
        it in the right place.Can anyone help me in this regard ?

#!/usr/bin/perl -w
use warnings ;

use CGI qw/:standard/;
print header, start_html("Stsd ILO Links"), h1("Stsd ILO Links") ;

print table({-border=>undef,,-width=>'75%', -height=>'70%'},
        caption(strong('Web Page Under construction?')),
        Tr({-align=>CENTER,-valign=>TOP},
        [
           th(['','Network Switch','Bay 1','Bay 2','Bay 3' ,'Network
Switch' ]),
           th('Enclosure 1').td(['Bl20p G2','yes','yes']),
           th('Enclosure 2').td(['no','no','yes'])         
        ]
        )
);

      end_html();
        

        Also can anyone point me the links for Perl CGI tutorials with
emphasis on
        handling tables and forms.

Thanx,
Alok.
        

--
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