line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
|
2
|
|
|
|
|
|
|
package Acme::USIG; |
3
|
2
|
|
|
2
|
|
66484
|
use vars '$VERSION'; |
|
2
|
|
|
|
|
5
|
|
|
2
|
|
|
|
|
438
|
|
4
|
|
|
|
|
|
|
$VERSION = '1.04'; |
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
my $strict_import; |
7
|
|
|
|
|
|
|
sub gay::is { |
8
|
1
|
|
50
|
1
|
|
49
|
$strict_import ||= \&strict::import; |
9
|
1
|
|
|
|
|
10
|
local $^W = 0; # though it's unlikely that someone who thinks use |
10
|
|
|
|
|
|
|
# strict is gay would be running -w, it's worth |
11
|
|
|
|
|
|
|
# making sure |
12
|
|
|
|
|
|
|
|
13
|
1
|
|
|
5
|
|
7
|
*strict::import = sub { $^H }; |
|
5
|
|
|
|
|
23916
|
|
14
|
1
|
|
|
|
|
7
|
"http://web.archive.org/web/20010714061728/http://www.cookwood.com/cgi-bin/lcastro/perlbbs.pl?read=4700" |
15
|
|
|
|
|
|
|
} |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
sub cool::is { |
18
|
1
|
|
|
1
|
|
48
|
local $^W = 0; |
19
|
1
|
50
|
|
|
|
4
|
*strict::import = $strict_import if $strict_import; |
20
|
1
|
|
|
|
|
2068
|
qw( vars subs refs ) |
21
|
|
|
|
|
|
|
} |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
1; |
24
|
|
|
|
|
|
|
__END__ |