Help for this page

Select Code to Download


  1. or download this
    $self->xml()->first_name();
    
  2. or download this
    use constant {
      STUFF => {
    ...
    foreach my $val (keys ${\( STUFF() ) } ){
      my $value = eval("$self->xml()->${\( STUFF() ) }->{ $val }()");
    }
    
  3. or download this
    use constant {
      STUFF => {
    ...
        'name2'     => $self->xml()->last_name(),
      },
    };