Help for this page

Select Code to Download


  1. or download this
    my $object = $factory->instantiate('My::User', id => 'uid=semancik,ou=
    +people,o=bgs,c=sk');
    print $object->realName; # read attribute
    $object->realName('Radovan Semancik'); # Set attribute
    
  2. or download this
    # server
    
    ...
        ->proxy('http://jewels.bgs.sk/soap');
    
    my $object = $soap->instantiate('My::User','whateverId')->result;