capitalization man page on Pidora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Pidora logo
[printable version]

capitalization(3)     User Contributed Perl Documentation    capitalization(3)

NAME
       capitalization - no capitalization on method names

SYNOPSIS
	 use XML::DOM;
	 no capitalization 'XML::DOM';

	 my $parser = XML::DOM::Parser->new;

	 # no capitalization ..
	 my $nodes = $parser->get_elements_by_tag_name("Foo");

	 # this can be OK
	 my $nodes = $parser->getElementsByTagName("Foo");

DESCRIPTION
       capitalization.pm allows you to use familiar style on method naming.

RULES
       Lower case character followed by upper case sequence would be splitted
       with "_" and upper case sequence would be lower cased. Example:
       "fooBar" would be "foo_bar".
       All other upper case characters would be lower cased. Examples: "FOOs"
       would be "foos", "_Foo" would be "_foo".

CAVEATS
   "no capitalization __PACKAGE__;"
       If you want use capitalization pragma in module and add lower case API
       in the module itself, then you should use pragma after all subs are
       defined.

AUTHOR
       Tatsuhiko Miyagawa <miyagawa@bulknews.net>

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

SEE ALSO
       Symbol::Approx::Sub

perl v5.14.1			  2005-05-05		     capitalization(3)
[top]

List of man pages available for Pidora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net