ash1351 has asked for the wisdom of the Perl Monks concerning the following question:
The above data may seem confusing. But please only read values after ?filename. Can anyone pls suggest. I also tried passing other normal paramters and it worked. for e.g. $account=GEL; the filepath doesnt work.http://apmqa.dcc.com/cgi-bin/test/editor.pl?filename=\\\\sfoaepmd +ata.dcc.com\\folder\\data.txt http://apmqa.dcc.com/cgi-bin/test/editor.pl?filename=\\sfoaepmdata +.dcc.com\folder\data.txt http://apmqa.dcc.com/cgi-bin/test/editor.pl?filename=//sfoaepmdata +.dcc.com/folder/data.txt http://apmqa.dcc.com/cgi-bin/test/editor.pl?filename=////sfoaepmda +ta.dcc.com//folder//data.txt http://apmqa.dcc.com/cgi-bin/test/editor.pl?filename=file://sfoaep +mdata.dcc.com/folder/data.txt http://apmqa.dcc.com/cgi-bin/test/editor.pl?filename=file:////sfoa +epmdata.dcc.com//folder//data.txt http://apmqa.dcc.com/cgi-bin/test/editor.pl?filename=http:////sfoa +epmdata.dcc.com//folder//data.txt http://apmqa.dcc.com/cgi-bin/test/editor.pl?filename=http://sfoaep +mdata.dcc.com/folder/data.txt
http://apmqa.dcc.com/cgi-bin/test/editor.pl?account=GEL
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to pass filepath as a parameter to URL using perl
by choroba (Cardinal) on Sep 03, 2015 at 22:35 UTC | |
|
Re: How to pass filepath as a parameter to URL using perl
by Corion (Patriarch) on Sep 03, 2015 at 21:59 UTC | |
|
Re: How to pass filepath as a parameter to URL using perl
by ww (Archbishop) on Sep 03, 2015 at 23:12 UTC |