Help for this page

Select Code to Download


  1. or download this
    sub TIESCALAR { bless \(my $foo = pop), shift; }
    sub STORE { ${ +shift } = pop }
    ...
        my ($self, %options) = @_;
        ...
    }
    
  2. or download this
    # Bad
    sub foo {
    ...
        my $bar = shift;
        ...
    }