The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

IWL::Link - a link object

INHERITANCE

IWL::Object -> IWL::Page::Link

DESCRIPTION

The link object provides the <link> html markup, with all it's attributes.

CONSTRUCTOR

IWL::Page::Link->new ([%ARGS])

Where %ARGS is an optional hash parameter with with key-values corresponding to the attributes that a regular <link> markup would have.

IWL::Page::Link->newLinkToCSS (URL, [MEDIA, %ARGS])

A wrapper constructor that creates a link to an external CSS file

Parameters: URL - the url of the css file, MEDIA - the media of the link

setHref (URL)

Sets the href attribute for the link

Parameters: URL - the url for the link

getHref

Gets the href attribute for the link

LICENCE AND COPYRIGHT

Copyright (c) 2006-2007 Viktor Kojouharov. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perldoc perlartistic.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 67:

'=item' outside of any '=over'

Around line 93:

You forgot a '=back' before '=head1'