Help for this page
my $self = bless( { 'rxml' => 'test', 'rxml_ob' => 'test2' } );
my( $rxml, $ob ) = @{%$self}{qw/rxml rxml_ob/};
my( $rxml, $ob ) = @{$self}{qw/rxml rxml_ob/};