1PPI::Token::Number::OctUasle(r3)Contributed Perl DocumenPtPaIt:i:oTnoken::Number::Octal(3)
2
3
4

NAME

6       PPI::Token::Number::Octal - Token class for a binary number
7

SYNOPSIS

9         $n = 0777;      # octal integer
10

INHERITANCE

12         PPI::Token::Number::Octal
13         isa PPI::Token::Number
14             isa PPI::Token
15                 isa PPI::Element
16

DESCRIPTION

18       The "PPI::Token::Number::Octal" class is used for tokens that represent
19       base-8 numbers.
20

METHODS

22   base
23       Returns the base for the number: 8.
24
25   literal
26       Return the numeric value of this token.
27

SUPPORT

29       See the support section in the main module.
30

AUTHOR

32       Chris Dolan <cdolan@cpan.org>
33
35       Copyright 2006 Chris Dolan.
36
37       This program is free software; you can redistribute it and/or modify it
38       under the same terms as Perl itself.
39
40       The full text of the license can be found in the LICENSE file included
41       with this module.
42
43
44
45perl v5.16.3                      2011-02-26      PPI::Token::Number::Octal(3)
Impressum