Help for this page

Select Code to Download


  1. or download this
    @x = sub { 0; for (4,3,2) { 1 } }->();
    
  2. or download this
    @x = sub { }->();
    
  3. or download this
    $x = sub { 0; for (4,3,2) { 1 } }->();