Help for this page

Select Code to Download


  1. or download this
      sub foo {
        my $static = 42 if 0;
    ...
      }
    
      foo() for 1..5;
    
  2. or download this
            static is now 
            static is now 1
            static is now 2
            static is now 3
            static is now 4