Help for this page

Select Code to Download


  1. or download this
    <perldata>
     <hashref memory_address="0x8634534">
    ...
    
    bla...
    
  2. or download this
    use XML::Dumper;
    my $xmlfile = 'filter.xml';
    my $dump = new XML::Dumper;
    $dump->pl2xml( $input_filter, $xmlfile );