line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Map::Tube::NYC::Line::INDEighthAvenue; |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
$Map::Tube::NYC::Line::INDEighthAvenue::VERSION = '0.46'; |
4
|
|
|
|
|
|
|
$Map::Tube::NYC::Line::INDEighthAvenue::AUTHORITY = 'cpan:MANWAR'; |
5
|
|
|
|
|
|
|
|
6
|
1
|
|
|
1
|
|
698
|
use 5.006; |
|
1
|
|
|
|
|
3
|
|
7
|
1
|
|
|
1
|
|
4
|
use strict; use warnings; |
|
1
|
|
|
1
|
|
2
|
|
|
1
|
|
|
|
|
17
|
|
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
43
|
|
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=head1 NAME |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
Map::Tube::NYC::Line::INDEighthAvenue - NYC Subway Map: IND Eighth Avenue Line. |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 VERSION |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
Version 0.46 |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 DESCRIPTION |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
NYC Subway Map: IND Eighth Avenue Line. |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
+---------------------+-----------------------------------------------------+ |
22
|
|
|
|
|
|
|
| Station Name | Connected To | |
23
|
|
|
|
|
|
|
+---------------------+-----------------------------------------------------+ |
24
|
|
|
|
|
|
|
| 207th Street | Dyckman Street | |
25
|
|
|
|
|
|
|
| Dyckman Street | 207th Street, 190th Street | |
26
|
|
|
|
|
|
|
| 190th Street | Dyckman Street, 181st Street | |
27
|
|
|
|
|
|
|
| 181st Street | 190th Street, 175th Street | |
28
|
|
|
|
|
|
|
| 175th Street | 181st Street, 168th Street | |
29
|
|
|
|
|
|
|
| 168th Street | 175th Street, 163rd Street | |
30
|
|
|
|
|
|
|
| 163rd Street | 168td Street, 155th Street | |
31
|
|
|
|
|
|
|
| 155th Street | 163rd Street, 145th Street | |
32
|
|
|
|
|
|
|
| 145th Street | 155th Street, 135th Street | |
33
|
|
|
|
|
|
|
| 135th Street | 145th Street, 125th Street | |
34
|
|
|
|
|
|
|
| 125th Street | 135th Street, 116th Street | |
35
|
|
|
|
|
|
|
| 116th Street | 125th Street, 110th Street | |
36
|
|
|
|
|
|
|
| 110th Street | 116th Street, 103rd Street | |
37
|
|
|
|
|
|
|
| 103rd Street | 110th Street, 96th Street | |
38
|
|
|
|
|
|
|
| 96th Street | 103rd Street, 86th Street | |
39
|
|
|
|
|
|
|
| 86th Street | 96th Street, 81st Street | |
40
|
|
|
|
|
|
|
| 81st Street | 86th Street, 72nd Street | |
41
|
|
|
|
|
|
|
| 72nd Street | 81st Street, 59th Street | |
42
|
|
|
|
|
|
|
| 59th Street | 72nd Street, 50th Street | |
43
|
|
|
|
|
|
|
| 50th Street | 59th Street, 42nd Street | |
44
|
|
|
|
|
|
|
| 42nd Street | 50th Street, 34th Street | |
45
|
|
|
|
|
|
|
| 34th Street | 42nd Street, 23rd Street | |
46
|
|
|
|
|
|
|
| 23rd Street | 34th Street, Union Square | |
47
|
|
|
|
|
|
|
| Union Square | 23rd Street, West Fourth Street | |
48
|
|
|
|
|
|
|
| West Fourth Street | Union Square, Spring Stree | |
49
|
|
|
|
|
|
|
| Spring Street | West Fourth Street, Canal Street | |
50
|
|
|
|
|
|
|
| Canal Street | Spring Street, Chambers Street | |
51
|
|
|
|
|
|
|
| Chambers Street | Canal Street, Fulton Street | |
52
|
|
|
|
|
|
|
| Fulton Street | Chambers Street, High Street | |
53
|
|
|
|
|
|
|
| High Street | Fulton Street | |
54
|
|
|
|
|
|
|
+---------------------+-----------------------------------------------------+ |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
=head1 NOTE |
57
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
=over 2 |
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
=item * The station "West Fourth Street" is also part of |
61
|
|
|
|
|
|
|
L. |
62
|
|
|
|
|
|
|
|
63
|
|
|
|
|
|
|
=item * The station "Fulton Street" is also part of |
64
|
|
|
|
|
|
|
IRT Broadway Line |
65
|
|
|
|
|
|
|
| L |
66
|
|
|
|
|
|
|
| L. |
67
|
|
|
|
|
|
|
|
68
|
|
|
|
|
|
|
=item * The station "Canal Street" is also part of |
69
|
|
|
|
|
|
|
L |
70
|
|
|
|
|
|
|
| L. |
71
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
=item * The station "Chambers Street" is also part of |
73
|
|
|
|
|
|
|
L. |
74
|
|
|
|
|
|
|
|
75
|
|
|
|
|
|
|
=item * The station "Union Square" is also part of |
76
|
|
|
|
|
|
|
L. |
77
|
|
|
|
|
|
|
|
78
|
|
|
|
|
|
|
=item * The station "59th Street" is also part of |
79
|
|
|
|
|
|
|
IRT Broadway Line |
80
|
|
|
|
|
|
|
| L. |
81
|
|
|
|
|
|
|
|
82
|
|
|
|
|
|
|
=item * The station "42nd Street" is also part of |
83
|
|
|
|
|
|
|
IRT Broadway Line |
84
|
|
|
|
|
|
|
| L. |
85
|
|
|
|
|
|
|
|
86
|
|
|
|
|
|
|
=item * The station "125th Street" is also part of |
87
|
|
|
|
|
|
|
L. |
88
|
|
|
|
|
|
|
|
89
|
|
|
|
|
|
|
=item * The station "116th Street" is also part of |
90
|
|
|
|
|
|
|
L. |
91
|
|
|
|
|
|
|
|
92
|
|
|
|
|
|
|
=item * The station "110th Street" is also part of |
93
|
|
|
|
|
|
|
L. |
94
|
|
|
|
|
|
|
|
95
|
|
|
|
|
|
|
=item * The station "103rd Street" is also part of |
96
|
|
|
|
|
|
|
L. |
97
|
|
|
|
|
|
|
|
98
|
|
|
|
|
|
|
=item * The station "96th Street" is also part of |
99
|
|
|
|
|
|
|
L. |
100
|
|
|
|
|
|
|
|
101
|
|
|
|
|
|
|
=item * The station "86th Street" is also part of |
102
|
|
|
|
|
|
|
L. |
103
|
|
|
|
|
|
|
|
104
|
|
|
|
|
|
|
=item * The station "33rd Street" is also part of |
105
|
|
|
|
|
|
|
L. |
106
|
|
|
|
|
|
|
|
107
|
|
|
|
|
|
|
=back |
108
|
|
|
|
|
|
|
|
109
|
|
|
|
|
|
|
=head1 MAP |
110
|
|
|
|
|
|
|
|
111
|
|
|
|
|
|
|
NYC Subway Map: L |
112
|
|
|
|
|
|
|
map generated by plugin L. |
113
|
|
|
|
|
|
|
|
114
|
|
|
|
|
|
|
=begin html |
115
|
|
|
|
|
|
|
|
116
|
|
|
|
|
|
|
|
117
|
|
|
|
|
|
|
|
118
|
|
|
|
|
|
|
alt = "NYC Subway Map: IND Eighth Avenue Line" |
119
|
|
|
|
|
|
|
width = "300px" |
120
|
|
|
|
|
|
|
height = "600px"/> |
121
|
|
|
|
|
|
|
|
122
|
|
|
|
|
|
|
|
123
|
|
|
|
|
|
|
=end html |
124
|
|
|
|
|
|
|
|
125
|
|
|
|
|
|
|
=head1 AUTHOR |
126
|
|
|
|
|
|
|
|
127
|
|
|
|
|
|
|
Mohammad S Anwar, C<< >> |
128
|
|
|
|
|
|
|
|
129
|
|
|
|
|
|
|
=head1 REPOSITORY |
130
|
|
|
|
|
|
|
|
131
|
|
|
|
|
|
|
L |
132
|
|
|
|
|
|
|
|
133
|
|
|
|
|
|
|
=head1 BUGS |
134
|
|
|
|
|
|
|
|
135
|
|
|
|
|
|
|
Please report any bugs/feature requests to C, or |
136
|
|
|
|
|
|
|
through the web interface at L. |
137
|
|
|
|
|
|
|
I will be notified, and then you'll automatically be notified of progress on your |
138
|
|
|
|
|
|
|
bug as I make changes. |
139
|
|
|
|
|
|
|
|
140
|
|
|
|
|
|
|
=head1 SUPPORT |
141
|
|
|
|
|
|
|
|
142
|
|
|
|
|
|
|
You can find documentation for this module with the perldoc command. |
143
|
|
|
|
|
|
|
|
144
|
|
|
|
|
|
|
perldoc Map::Tube::NYC::Line::INDEighthAvenue |
145
|
|
|
|
|
|
|
|
146
|
|
|
|
|
|
|
You can also look for information at: |
147
|
|
|
|
|
|
|
|
148
|
|
|
|
|
|
|
=over 4 |
149
|
|
|
|
|
|
|
|
150
|
|
|
|
|
|
|
=item * RT: CPAN's request tracker (report bugs here) |
151
|
|
|
|
|
|
|
|
152
|
|
|
|
|
|
|
L |
153
|
|
|
|
|
|
|
|
154
|
|
|
|
|
|
|
=item * AnnoCPAN: Annotated CPAN documentation |
155
|
|
|
|
|
|
|
|
156
|
|
|
|
|
|
|
L |
157
|
|
|
|
|
|
|
|
158
|
|
|
|
|
|
|
=item * CPAN Ratings |
159
|
|
|
|
|
|
|
|
160
|
|
|
|
|
|
|
L |
161
|
|
|
|
|
|
|
|
162
|
|
|
|
|
|
|
=item * Search CPAN |
163
|
|
|
|
|
|
|
|
164
|
|
|
|
|
|
|
L |
165
|
|
|
|
|
|
|
|
166
|
|
|
|
|
|
|
=back |
167
|
|
|
|
|
|
|
|
168
|
|
|
|
|
|
|
=head1 LICENSE AND COPYRIGHT |
169
|
|
|
|
|
|
|
|
170
|
|
|
|
|
|
|
Copyright (C) 2014 - 2016 Mohammad S Anwar. |
171
|
|
|
|
|
|
|
|
172
|
|
|
|
|
|
|
This program is free software; you can redistribute it and / or modify it under |
173
|
|
|
|
|
|
|
the terms of the the Artistic License (2.0). You may obtain a copy of the full |
174
|
|
|
|
|
|
|
license at: |
175
|
|
|
|
|
|
|
|
176
|
|
|
|
|
|
|
L |
177
|
|
|
|
|
|
|
|
178
|
|
|
|
|
|
|
Any use, modification, and distribution of the Standard or Modified Versions is |
179
|
|
|
|
|
|
|
governed by this Artistic License.By using, modifying or distributing the Package, |
180
|
|
|
|
|
|
|
you accept this license. Do not use, modify, or distribute the Package, if you do |
181
|
|
|
|
|
|
|
not accept this license. |
182
|
|
|
|
|
|
|
|
183
|
|
|
|
|
|
|
If your Modified Version has been derived from a Modified Version made by someone |
184
|
|
|
|
|
|
|
other than you,you are nevertheless required to ensure that your Modified Version |
185
|
|
|
|
|
|
|
complies with the requirements of this license. |
186
|
|
|
|
|
|
|
|
187
|
|
|
|
|
|
|
This license does not grant you the right to use any trademark, service mark, |
188
|
|
|
|
|
|
|
tradename, or logo of the Copyright Holder. |
189
|
|
|
|
|
|
|
|
190
|
|
|
|
|
|
|
This license includes the non-exclusive, worldwide, free-of-charge patent license |
191
|
|
|
|
|
|
|
to make, have made, use, offer to sell, sell, import and otherwise transfer the |
192
|
|
|
|
|
|
|
Package with respect to any patent claims licensable by the Copyright Holder that |
193
|
|
|
|
|
|
|
are necessarily infringed by the Package. If you institute patent litigation |
194
|
|
|
|
|
|
|
(including a cross-claim or counterclaim) against any party alleging that the |
195
|
|
|
|
|
|
|
Package constitutes direct or contributory patent infringement,then this Artistic |
196
|
|
|
|
|
|
|
License to you shall terminate on the date that such litigation is filed. |
197
|
|
|
|
|
|
|
|
198
|
|
|
|
|
|
|
Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND |
199
|
|
|
|
|
|
|
CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED |
200
|
|
|
|
|
|
|
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR |
201
|
|
|
|
|
|
|
NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. UNLESS |
202
|
|
|
|
|
|
|
REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, |
203
|
|
|
|
|
|
|
INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE |
204
|
|
|
|
|
|
|
OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
205
|
|
|
|
|
|
|
|
206
|
|
|
|
|
|
|
=cut |
207
|
|
|
|
|
|
|
|
208
|
|
|
|
|
|
|
1; # End of Map::Tube::NYC::Line::INDEighthAvenue |