Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    {
    ...
    my $y = new bar;
    $x->m;
    $y->m;
    
  2. or download this
    replace
    foo-baz
    foo-baz
    
  3. or download this
    *m =  sub { $self->baz }
    
  4. or download this
    *m =  sub { my $self = shift; $self->baz }
    
  5. or download this
    $self->{m}->($self,@args);