line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package HTML::Prototype::Effects; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
6
|
use strict; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
37
|
|
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
1; |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=head1 NAME |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
HTML::Prototype::Effects - script.aculo.us effects library, embedded in perl |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 SYNOPSIS |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
our $effects= do { package HTML::Prototype::Effects; local $/; }; |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 DESCRIPTION |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
This is the script.aculo.us effects library embedded in a perl __DATA__ |
18
|
|
|
|
|
|
|
section, for easy inclusion in L. |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 SEE ALSO |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
L, L |
23
|
|
|
|
|
|
|
L |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 AUTHOR |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
Sebastian Riedel, C |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
effects.js by Thomas Fuchs |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=head1 LICENSE |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
This library is free software. You can redistribute it and/or modify it under |
34
|
|
|
|
|
|
|
the same terms as perl itself. |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=cut |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
__DATA__ |