Help for this page

Select Code to Download


  1. or download this
    open( TRANSLATIONS, $translations_file ) or die "Could not open '$tran
    +slations_file': $!";
    while( <TRANSLATIONS> ) {
    ...
                           );
    $twig->parsefile( $xml_file );
    $twig->print;
    
  2. or download this
    sub foo {
      my ($t, $elt)= @_;
    ...
      }
      return $text;
    }
    
  3. or download this
      <FOO="Duration">
        <BAR>Duration</BAR>
    ...
        <BAR>Airport</BAR>
      </FOO>
    
  4. or download this
      <FOO="Dur&#233;e">
        <BAR>Durée</BAR>
    ...
        <BAR>A&#40111;port</BAR>
      </FOO>