Skip to content

Latest commit

 

History

History
81 lines (41 loc) · 682 Bytes

chapter-hacking.pod

File metadata and controls

81 lines (41 loc) · 682 Bytes

Internal Perl Coding Guide

Prefix Descriptions

  • i   = Integer
  • f   = Float
  • b  = Boolean
  • s  = String
  • a  = Array
  • h  = Hash
  • d  = Date ( YYYY-MM-HH )
  • dt = Datetime ( YYYY-MM-HH HH:MM:SS )
  • fh = Filehandle
  • ar = Array Reference
  • hr = Hash Reference
  • or = Object Reference
  • fn = Sub Reference
  • re = Regular Expression

Function Names

[RETURN_VALUE_PREFIX]_[FUNCTIONNAME]

Variables Names

[TYPE_PREFIX]_[VARIABLES_NAME]

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 67:

You forgot a '=back' before '=head2'

Around line 71:

=back without =over

Around line 75:

You forgot a '=back' before '=head2'

Around line 79:

=back without =over

Around line 81:

=over is the last thing in the document?!