Help for this page

Select Code to Download


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