Help for this page

Select Code to Download


  1. or download this
    ## Get all the server types:
      my @types = $XML->{server}('[@]','type') ;
    
  2. or download this
    my @names = $this->{method}{wxFrame}{arg}{name}('<@') ;
      #### @names = (parent , id , title) ;
    
  3. or download this
    my $name = $XML->{server}{name}->content ;