Subversion Repositories wimsdev

Rev

Rev 10939 | Go to most recent revision | Details | 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
5
!! Au besoin, installez cell-ci : 
6
!! debian : apt-get install liburi-perl
7
!! Mac : port install install p5-uri
8
 
9
!set url=!sh echo "$url" | perl -e 'use URI::Escape; print uri_unescape(<>)';
10
 
11
!set script_out=$url