Help for this page

Select Code to Download


  1. or download this
        package R;
    
    ...
            my $self = { @_ };
            bless $self, $class;
        }
    
  2. or download this
        my $r1 = new R;
        my $r2 = new R (foo => 'bar');
        my $r3 = new R (baz => 'quux', foo => 'bar');