Help for this page

Select Code to Download


  1. or download this
    
      foo = sub foo {}
    ...
      foo = IO handler *foo
      foo = constant, that actually is: sub foo { "constant" }
    
  2. or download this
      foo()
      # or
      &foo # that is the same of foo(@_)
      # or just to be explicit:
      &foo()