Help for this page

Select Code to Download


  1. or download this
    sub static {
      my $called = join ":", caller();
      tie ($_[$_], 'Tie::Static', $called, $_) for 0..$#_;
    }
    
  2. or download this
      static my ($foo, $bar, $baz);