Help for this page

Select Code to Download


  1. or download this
    my $self = bless( { 'rxml' => 'test', 'rxml_ob' => 'test2' } );
    
  2. or download this
    my( $rxml, $ob ) = @{%$self}{qw/rxml rxml_ob/};
    
  3. or download this
    my( $rxml, $ob ) = @{$self}{qw/rxml rxml_ob/};