in reply to Bare Blocks And Labels Was: Re^4: Re Execute Lines of Code ("loops")
in thread Re Execute Lines of Code

Your pop quiz could just have a bare block where you have sub mysub { ... } (and no mysub() call).

{ print "endlessly\n" } continue { sleep 1 and redo }

  • Comment on Re: Bare Blocks And Labels Was: Re^4: Re Execute Lines of Code ("loops")
  • Download Code