|
NAMEParse::VarName - Routines to parse variable nameVERSIONThis document describes version 0.03 of Parse::VarName (from Perl distribution Parse-VarName), released on 2016-06-14.FUNCTIONSsplit_varname_words(%args) -> anySplit words found in variable name.Try to split words found in a variable name, e.g. mTime -> [m, Time], foo1Bar -> [foo, 1, Bar], Foo::barBaz::Qux2 -> [Foo, bar, Baz, Qux, 2]. This function is not exported by default, but exportable. Arguments ('*' denotes required arguments):
Return value: (any) HOMEPAGEPlease visit the project's homepage at <https://metacpan.org/release/Parse-VarName>.SOURCESource repository is at <https://github.com/perlancar/perl-Parse-VarName>.BUGSPlease report any bugs or feature requests on the bugtracker website <https://rt.cpan.org/Public/Dist/Display.html?Name=Parse-VarName>When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature. AUTHORperlancar <perlancar@cpan.org>COPYRIGHT AND LICENSEThis software is copyright (c) 2016 by perlancar@cpan.org.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Visit the GSP FreeBSD Man Page Interface. |