Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[URL unfurl="true"]http://chimera.learnedsolutions.com/efl/module4/lesson01/lia/M4L01_lia_01.html?aicc_sid=73265710-26633-RID33662163&aicc_url=http%3A%2F%2Fchimera.learnedsolutions.com%2FLearningSpace4%2FProgram%2FScripts%2FPWTrack.asp[/URL]
my $cmdinfo = "command=putparam\&version=3.0\&session_id=$sessid\&aicc_data=[Core]\&$put";
my $req = new HTTP::Request POST => $url;
$req->content_type('application/x-[URL unfurl="true"]www-form-urlencoded');[/URL]
$req->content($cmdinfo);