
SWISH::Prog::Utils - utility variables and methods

use SWISH::Prog::Utils; # use the utils

This class provides commonly used variables and methods shared by many classes in the SWISH::Prog project.

Regular expression of common file type extensions.
Hash of MIME types to their equivalent parser.

Returns MIME type for url. If ext is used, that is checked against MIME::Types. Otherwise the url is parsed for an extension using path_parts() and then fed to MIME::Types.
Returns array of path, file and extension using the File::Basename module. If regex is missing or false, uses $ExtRE.
Similar to the XML::Simple XMLout() feature, perl_to_xml() will take a Perl data structure ref and convert it to XML, using root_element as the top-level element.
As of version 0.38 this method is now part of Search::Tools and included here simply as a backcompat feature.

Peter Karman, <perl@peknet.com>

Please report any bugs or feature requests to bug-swish-prog at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=SWISH-Prog. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc SWISH::Prog
You can also look for information at:

Copyright 2008-2009 by Peter Karman
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
