Rev 5678 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5678 | Rev 10939 | ||
---|---|---|---|
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 cell-ci : |
6 | !! |
6 | !! Debian : apt-get install liburi-perl |
7 | !! Mac : port |
7 | !! Mac : port install p5-uri |
- | 8 | !! or via CPAN : sudo cpan install URI::URL |
|
8 | 9 | ||
9 | !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(<>)'; |
10 | 11 | ||
11 | !set script_out=$url |
12 | !set script_out=$url |