Help for this page

Select Code to Download


  1. or download this
    #persistB.obj
    $VAR1 = { foo => 'bar' };
    
    my $object = do "persistB.obj";
    $object = b->new($object);
    
  2. or download this
    my $self = bless {}, ref($class)||$class;