The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

PSGI::Hector::Utils - Helper methods

SYNOPSIS

DESCRIPTION

Various methods used by several of the Hector classes.

METHODS

getThisUrl()

DEPRECATED please use getSiteUrl() instead.

getSiteUrl()

        my $url = $m->getSiteUrl();

Returns the full site URL for the current script.

Notes

Author

MacGyveR <dumb@cpan.org>

Development questions, bug reports, and patches are welcome to the above address.

See Also

Copyright

Copyright (c) 2017 MacGyveR. All rights reserved.

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