Help for this page

Select Code to Download


  1. or download this
    f(15,103);
    f(sub { print(4711); }, 1000, 1111);
    
  2. or download this
    f  {print(4711);} 1000, 1111;
    
  3. or download this
    sub f(\[$&];@)