TRaitement de fichier avec PERL
Bonjour,
Voila je souhaiterai generer automatiquement une page HTML à partir d'un ls -lR avec des liens sur les fichiers listé
exemple resultat du ls -lR
Citation:
./programming/others:
total 3568
-rw-rw-rw- 1 anteck anteck 3084688 2000-06-02 13:39 Borland Delphi 4 in 21 Days.pdf
-rw-r--r-- 1 anteck anteck 553029 2005-07-21 17:43 Perl_fr.pdf
apres traitement cela donnerai
Citation:
./programming/others:
total 3568
-rw-rw-rw- 1 anteck anteck 3084688 2000-06-02 13:39 <a href=/programming/others/Borland Delphi 4 in 21 Days.pdf>Borland Delphi 4 in 21 Days.pdf</a>
-rw-r--r-- 1 anteck anteck 553029 2005-07-21 17:43 <a href=programming/others/Perl_fr.pdf>Perl_fr.pdf</a>
Le PERL me paraissait adapté a ce type de traitement mais me connaissances etant proche du nul, pourriez-vous m'aider un peu :)
Thx