Help for this page
use CGI; my $q = new CGI; my $ord_id = $q->url_param('ord_id');
use CGI qw/: standard/; my $ord_id = url_param('ord_id');