- or download this
$logtype=@singlefilter[0];
- or download this
$logtype=$singlefilter[0];
- or download this
$logtype = ${$singlefilter}[0];
# is the same as
$logtype = $singlefilter[0]->[0];
# is the same as
$logtype=$singlefilter[0][0];
- or download this
($logtype, $Regex_Event, $Friendly_Output) = @{$singlefilter[0]}[0,1,2
+];
- or download this
perldoc perldata
perldoc perlreftut
perldoc perllol
perldoc perlref