Help for this page

Select Code to Download


  1. or download this
      # Consider a subroutine with a 1-to-1
      # argument to return length mapping.
    ...
      my  $a  = foo($bar, $baz); # Warns.
      # Why did the programmer pass two arguments
      # if he just wanted one return value?
    
  2. or download this
      my $a = foo(burk());