- or download this
my $this_appcode = $AppCode{$ID};
$TotCst{ $this_appcode }
- or download this
my $this_appcode = $AppCode{$ID};
my $this_csttype = $CstType{$ID};
$TotCst{$this_appcode}->{$this_csttype} += $InvAmnt{$ID};
- or download this
$object->method(@arguments);
Class->method(@arguments);
- or download this
# Here's an array...
my @array = ('foo', 'bar', 'baz');
...
# But we want to access it via the reference (pointer)
# then we need the arrow:
warn $array_ref->[2];
- or download this
$TotCst{$this_appcode}{$this_csttype} += $InvAmnt{$ID};