CGI::Lazy::Image - CGI::Lazy::Image documentation


CGI-Lazy documentation  | view source Contained in the CGI-Lazy distribution.

Index


LEGAL

Top

SYNOPSIS

Top

	use CGI::Lazy;

	my $q = CGI::Lazy->new();




	my $imagedir = $q->image->dir;




DESCRIPTION

CGI::Lazy::Image is, at present, just a convience module for accessing images.

METHODS

Top

dir ()

Returns directory containing css specified at lazy object creation

file (image)

Returns absolute path to file image parsed with document root and image directory

image

Image file name

q ( )

Returns CGI::Lazy object.

new ( q )

constructor.

q

CGI::Lazy object


CGI-Lazy documentation  | view source Contained in the CGI-Lazy distribution.