Subversion Repositories wimsdev

Rev

Rev 5678 | 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 p5-uri
!!       or via CPAN : sudo cpan install URI::URL

!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.