Help for this page

Select Code to Download


  1. or download this
    my $file = '06_Protection_de_la_tête.xml';
    
  2. or download this
    use File::Find::Rule;
    my @files = File::Find::Rule->file->name('*.xml')->in('.');
    my $file = shift @files;
    
  3. or download this
    use Encode;
    my $file = decode('utf8', $file)
    
  4. or download this
    06_Protection_de_la_t�te.xml: No such file or directory