Subversion Repositories wimsdev

Rev

Rev 5678 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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