Subversion Repositories wimsdev

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

!set url=$wims_read_parm
!set url=!nospace $url

!! On utilise une librairie perl pour convertir au format URI correct : liburi-perl
!! Au besoin, installez cell-ci : 
!! debian : apt-get install liburi-perl
!! Mac : port install install p5-uri

!set url=!sh echo "$url" | perl -e 'use URI::Escape; print uri_unescape(<>)';

!set script_out=$url

Generated by GNU Enscript 1.6.5.90.