Help for this page

Select Code to Download


  1. or download this
    Attempt to bless into a reference at /usr/share/perl5/XML/Twig.pm line
    + 392.
    
  2. or download this
    use XML::Twig;
    use LWP::Simple;
    ...
        'smsc/received' => sub {$author = $_[1]->text;  }});
    $twig->nparse( $url );
    $twig->print;