Help for this page

Select Code to Download


  1. or download this
    sub static {
      my $called = join ":", caller();
    ...
    # usage
    static my $foo;
    static \ my ($foo, @bar, %baz);
    
  2. or download this
    static my $foo;
    $foo = 'blah' unless defined $foo;