Help for this page

Select Code to Download


  1. or download this
      DB<39> p sub { print "run @_" }      # returns ref
    CODE(0x2e80a90)
      DB<40> sub{ print "run @_" }->(1..3) # calls ref
    run 1 2 3
      DB<41>