Query: cgi::extratags
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Extratags(3pm) User Contributed Perl Documentation Extratags(3pm)NAMECGI::Extratags - Useful Extensions for the CGI ModuleSYNOPSISuse CGI::Extratags; $cgi = new CGI::Extratags; print $cgi -> email ('racke@linuxia.de'); print $cgi -> jump ('CONTACT', 'contact us'); print $cgi -> mark ('CONTACT', $cgi -> h2 ('How to contact us')); print $cgi -> row ('Date', 18, 1, 1966); print $cgi -> recall ('Debian CD', artnum => '0-123456');DESCRIPTIONCGI::Extratags adds several useful methods to the CGI class. email ADDRESS print $cgi -> email ('racke@linuxia.de'); Produces HTML code for a link to an email ADDRESS. jump MARK TEXT print $cgi -> jump ('CONTACT', 'contact us'); Produces HTML code for a link pointing to a target within the current document. mark NAME TEXT print $cgi -> mark ('CONTACT', $cgi -> h2 ('How to contact us')); Generates target NAME for hyperlinks. row [ITEM ...] print $cgi -> row ('Date', 18, 1, 1966); Produces HTML code for a table row with ITEM arguments as cell contents. recall TEXT [NAME [VALUE]] ... foreach my $num (sort (keys %artmap)) { print $cgi -> recall ($artmap{$num}, artnum => $num); print $cgi -> br; } Produces a link to the script itself labeled with TEXT. The NAME/VALUE pairs will be passed as parameters.AUTHORStefan Hornburg, racke@linuxia.deSEE ALSOperl(1), URI::Escape(3), CGI(3). perl v5.8.4 2004-07-11 Extratags(3pm)
Related Man Pages |
---|
cgi_cs_init(3) - debian |
cgi_display(3) - debian |
cgi_init(3) - debian |
hobbit-nkview.cgi(1) - debian |
hobbitcgi.cfg(5) - debian |
Similar Topics in the Unix Linux Community |
---|
/bin/data error |
System call in CGI not work |
Split file - Include first and last row in each file. |
awk to print all row to one line |
Execution problem unix commands in Perl CGI |