line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Parse::Gnaw::LinkedListDimensions1; |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
our $VERSION = '0.001'; |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
#BEGIN {warn "inside Parse::Gnaw::LinkedListDimensions1";} |
6
|
2
|
|
|
2
|
|
1238
|
use warnings; |
|
2
|
|
|
|
|
4
|
|
|
2
|
|
|
|
|
66
|
|
7
|
2
|
|
|
2
|
|
12
|
use strict; |
|
2
|
|
|
|
|
4
|
|
|
2
|
|
|
|
|
59
|
|
8
|
2
|
|
|
2
|
|
12
|
use Data::Dumper; |
|
2
|
|
|
|
|
4
|
|
|
2
|
|
|
|
|
104
|
|
9
|
2
|
|
|
2
|
|
13
|
use Carp; |
|
2
|
|
|
|
|
3
|
|
|
2
|
|
|
|
|
123
|
|
10
|
|
|
|
|
|
|
|
11
|
2
|
|
|
2
|
|
509
|
use Parse::Gnaw::LinkedList; |
|
2
|
|
|
|
|
5
|
|
|
2
|
|
|
|
|
55
|
|
12
|
2
|
|
|
2
|
|
14
|
use base "Parse::Gnaw::LinkedList"; |
|
2
|
|
|
|
|
4
|
|
|
2
|
|
|
|
|
177
|
|
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 NAME |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
Parse::Gnaw::LinkedListDimensions1 - Create a Parsable linked list of |
19
|
|
|
|
|
|
|
Parse::Gnaw::Letter objects connected together as a 1-dimensional string. |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
"hello out there are you beautiful people" |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
1; |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
|