Help for this page

Select Code to Download


  1. or download this
    open($file, 'formal.xml');
    {
    local $/;
    my $xml= <$file>;
    }
    
  2. or download this
    my $file;
     my $xml;
    ...
    local $/;
     $xml= <$file>;
    }
    
  3. or download this
    [%st.address.house_number%]