Hi all
I'm pretty sure that I'm missing something evident, but I can't see what. Why is the "+" character stripped from the CGI parameters?
use strict; use warnings; use CGI; my $q = new CGI; my $data = $q->param("gff"); print "$data\n";
For debugging I'm running the script from the command line :
perl perlcgi/getPlot.pl gff='kk_+ kk_-'
The output that I obtain is:
kk_ kk_-
Thanks in advance!
citromatikIn reply to "+" stripped from CGI params by citromatik
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |