Help for this page

Select Code to Download


  1. or download this
    my $foo;
    print_foo();
    ...
    print_foo();
    
    sub print_foo {print $foo;}
    
  2. or download this
    my %data = default_data();
    
    ...
      my $self = shift;
      # ...
    }
    
  3. or download this
    {
      my %private_stuff;
    ...
        # ...
      }
    }