Thread strict falsch verstanden... (12 answers)
Opened by Gast at 2004-05-19 01:38

Gast Gast
 2004-05-19 01:38
#82529 #82529
so macht man ein skript strict-fest:
Code: (dl )
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 /;


stammt aus einem paket zur analyse von log-dateien (und das ist nur der anfang ...)
zum glück konnte ich das noch deinstallieren, bevor mir schlecht wurde ... :(

View full thread strict falsch verstanden...