Help for this page

Select Code to Download


  1. or download this
    The arrow does not work on lists nor arrays (it imposes scalar context
    +, so it operates on the last member or size, respectively):
    
  2. or download this
      DB<134> sub multi (\@) {  print "@{$_[0]}" }
    
    ...
    
      DB<139> $h[0][1][2]->$multi()
    1 2 3 4 5