- or download this
$a_huge_value = 3200000;
...
sub getValue { return $_[0]; }
sub codeThatUsesFoo { return $_[0]; }
- or download this
[bobn@trc2:/home/bobn/misc]# perl my2.pl
14
...
[bobn@trc2:/home/bobn/misc]# perl my2.pl
14
16
- or download this
sub getValue { return }
sub codeThatUsesFoo { return }
- or download this
[bobn@trc2:/home/bobn/misc]# perl my2.pl
12
...
12
13