Hub::Parse::HtmlParser - Hub::Parse::HtmlParser documentation


hub-standard documentation  | view source Contained in the hub-standard distribution.

Index


NAME

Top

Hub::Parse::HtmlParser -

SYNOPSIS

Top

DESCRIPTION

Top

PUBLIC METHODS

Top

get_evaluator

INTERNAL METHODS

Top

BEGIN

_getdims

Get image dimensions


 Usage: _getdims $path, [options]




options:

  -max_x=n    Maximum width
  -max_y=n    Maximum height
  -min_x=n    Minimum width
  -min_y=n    Minimum height




my ($w,$h) = _getdims( "/images/laura.jpg", -max_x => 50, -max_y => 50 );

_jsvar

_jsvar_hash

_jsvar_array

_jsvar_scalar

AUTHOR

Top

Ryan Gies (ryangies@livesite.net)

COPYRIGHT

Top

UPDATED

Top

08/02/2007


hub-standard documentation  | view source Contained in the hub-standard distribution.