line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::fawlty_towers; |
2
|
1
|
|
|
1
|
|
81362
|
use strict; |
|
1
|
|
|
|
|
4
|
|
|
1
|
|
|
|
|
48
|
|
3
|
1
|
|
|
1
|
|
11
|
use Acme::MetaSyntactic::MultiList; |
|
1
|
|
|
|
|
7
|
|
|
1
|
|
|
|
|
110
|
|
4
|
|
|
|
|
|
|
our @ISA = qw( Acme::MetaSyntactic::MultiList ); |
5
|
|
|
|
|
|
|
our $VERSION = '1.000'; |
6
|
|
|
|
|
|
|
__PACKAGE__->init(); |
7
|
|
|
|
|
|
|
1; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=head1 NAME |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
Acme::MetaSyntactic::fawlty_towers - Characters and episodes from Fawlty Towers |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 DESCRIPTION |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
The main characters and episodes from the British sitcom I, |
16
|
|
|
|
|
|
|
of which 12 episodes where made in the 1975 and 1979. |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
See L. |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head2 Cast |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
ACTOR ROLE |
23
|
|
|
|
|
|
|
John Cleese Basil Fawlty |
24
|
|
|
|
|
|
|
Prunella Scales Sybil Fawlty |
25
|
|
|
|
|
|
|
Connie Booth Polly Sherman |
26
|
|
|
|
|
|
|
Andrew Sachs Manuel |
27
|
|
|
|
|
|
|
Ballard Berkely Major Gowen |
28
|
|
|
|
|
|
|
Gilly Flower Miss Tibbs |
29
|
|
|
|
|
|
|
Renee Roberts Miss Gatsby |
30
|
|
|
|
|
|
|
Brian Hall Terry the Chef |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=head2 Episodes |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
SERIES 1 (1975) SERIES 2 (1979) |
35
|
|
|
|
|
|
|
A Touch of Class Communication Problems |
36
|
|
|
|
|
|
|
The Builders The Psychiatrist |
37
|
|
|
|
|
|
|
The Wedding Party Waldorf Salad |
38
|
|
|
|
|
|
|
The Hotel Inspectors The Kipper and the Corpse |
39
|
|
|
|
|
|
|
Gourmet Night The Anniversary |
40
|
|
|
|
|
|
|
The Germans Brasil the Rat |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
=head1 CONTRIBUTOR |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
Abigail |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
=head1 CHANGES |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
=over 4 |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
=item * |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
2012-10-29 - v1.000 |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
Published in Acme-MetaSyntactic-Themes version 1.025. |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
=item * |
57
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
2012-09-30 |
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
Merged both themes in a single one. |
61
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
=item * |
63
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
2005-11-04 |
65
|
|
|
|
|
|
|
|
66
|
|
|
|
|
|
|
Submitted by Abigail as two separate themes: |
67
|
|
|
|
|
|
|
I and I. |
68
|
|
|
|
|
|
|
|
69
|
|
|
|
|
|
|
=back |
70
|
|
|
|
|
|
|
|
71
|
|
|
|
|
|
|
=head1 SEE ALSO |
72
|
|
|
|
|
|
|
|
73
|
|
|
|
|
|
|
L, L. |
74
|
|
|
|
|
|
|
|
75
|
|
|
|
|
|
|
=cut |
76
|
|
|
|
|
|
|
|
77
|
|
|
|
|
|
|
__DATA__ |