Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

XML::Simple is doing too much for me! Help please.

by jdtoronto (Prior)
on Jul 15, 2005 at 18:48 UTC ( [id://475324]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub _view_xml {
      my $self = shift;
    ...
      
      return $xml;
    }
    
  2. or download this
    <campaign menuid="10118-2" action="0" >
     <phonenumbers >
    ...
      </phonenumber>
     </phonenumbers>
    </campaign>
    
  3. or download this
    $VAR1 = {
      'menuid' => '10118-2',
    ...
        }
      }
    };
    
  4. or download this
    <campaign action="0" menuid="10118-2">
      <phonenumbers name="phonenumber" callid="1234abc" number="4167781583
    +">
        <prompts name="prompt" promptid="2" tts="Hello, this is a test." /
    +>
      </phonenumbers>
    </campaign>
    
  5. or download this
    <?xml version="1.0"?><campaign errorid="16" comment="XML parse error: 
    +PHONENUMBER tag missing or misplaced." />
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://475324]
Approved by friedo
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (6)
As of 2024-04-23 11:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found