I like to convert the two variables and pass them into this url.
What is the best way to convert the string into gets string syntax for the url?
(UNIX_COMMAND AND PERLMAPHASHDATA)
thanks
my $PERLMAPHASHDATA = &MEC_GRAPH_DATA($APPENDIXDATA, $HASHDATA, $DOWNLOAD_FILE_PATH, \%USER_SELECTION);
my $UNIX_COMMAND = '/proj/gordon/runme.cgi -PERMAPHASH DATA';
print qq|
<script>
\$.get("scripts/DBD_SQLite/mysqlite_SAVE_SEARCH.cgi", function(data){\$("#tabs-112").html(data)});
</script>
|;
$PERLMAPHASHDATAand$UNIX_COMMANDare used after declaration. Please amend your question with the relevant piece of code so the answers can be certain instead of guessing your intentions.