Subversion Repositories wimsdev

Rev

Rev 10939 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10939 Rev 17665
Line 4... Line 4...
4
!! On utilise une librairie perl pour convertir au format URI correct : liburi-perl
4
!! On utilise une librairie perl pour convertir au format URI correct : liburi-perl
5
!! Au besoin, installez cell-ci :
5
!! Au besoin, installez celle-ci :
6
!! Debian : apt-get install liburi-perl
6
!! Debian : apt-get install liburi-perl
7
!! Mac : port install p5-uri
7
!! Mac : port install p5-uri
8
!!       or via CPAN : sudo cpan install URI::URL
8
!!       or via CPAN : sudo cpan install URI::URL
9
 
9
 
10
!set url=!sh echo "$url" | perl -e 'use URI::Escape; print uri_unescape(<>)';
10
!set url=!sh echo "$url" | perl -e 'use URI::Escape; print uri_unescape(<>)';