|< 1 2 >| | 13 Einträge, 2 Seiten |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
46 use vars qw/
47 $DIR $PROG $Extension
48 $Debug $ShowSteps
49 $DebugResetDone $DNSLookupAlreadyDone
50 $RunAsCli $UpdateFor $HeaderHTTPComplete $HeaderHTMLComplete
51 $LastLine $LastLineNumber $LastLineOffset $LastLineChecksum $LastUpdate
52 $lowerval
53 $PluginMode
54 $TotalUnique $TotalVisits $TotalHostsKnown $TotalHostsUnknown
55 $TotalPages $TotalHits $TotalBytes
56 $TotalNotViewedPages $TotalNotViewedHits $TotalNotViewedBytes
57 $TotalEntries $TotalExits $TotalBytesPages $TotalDifferentPages
58 $TotalKeyphrases $TotalKeywords $TotalDifferentKeyphrases $TotalDifferentKeywords
59 $TotalSearchEnginesPages $TotalSearchEnginesHits $TotalRefererPages $TotalRefererHits $TotalDifferentSea
rchEngines $TotalDifferentReferer
60 $FrameName $Center $FileConfig $FileSuffix $Host $DayRequired $MonthRequired $YearRequired
61 $QueryString $SiteConfig $StaticLinks $PageCode $PageDir $PerlParsingFormat
62 $SiteToAnalyze $SiteToAnalyzeWithoutwww $UserAgent
63 $pos_vh $pos_host $pos_logname $pos_date $pos_tz $pos_method $pos_url $pos_code $pos_size
64 $pos_referer $pos_agent $pos_query $pos_gzipin $pos_gzipout $pos_compratio
65 $pos_cluster $pos_emails $pos_emailr $pos_hostr
66 /;
1
2
3
4
5
6
my @temp = [ %riesigerhash ];
&Package'Subroutine(*temp);
#...
sub Subroutine {
local (*temp) = @_;
}
|< 1 2 >| | 13 Einträge, 2 Seiten |