Help for this page

Select Code to Download


  1. or download this
    my $string = do { local $/; <DATA>};
    my $ref = XMLin($string);
    
  2. or download this
    my $ref = XMLin(\*DATA);