Help for this page

Select Code to Download


  1. or download this
      DB<103> sub func { return 3,4,5 }
    
      DB<104> $href = {a => scalar func(), b => "x" }
     => { a => 5, b => "x" }