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.
#!/usr/local/bin/perl -T
use strict;
use CGI;
my $obj = new CGI;
my $addoffers = $obj->param('addoffers');
print $obj->header,
$obj->start_html,
"AddOffers: $addoffers",
$obj->end_html;
[URL unfurl="true"]http://www.your_server.com/cgi-bin/exemple.cgi?addoffers=36[/URL]