How would you add in "Cache-Control: " and "Access-Control-Allow-Origin:" to CGI header?
use CGI qw(:standard); $CGI::POST_MAX = 1024 * 100; $CGI::DISABLE_UPLOADS = 1; my $query = new CGI; print $query->header( -expires => 'now', -cache => 1, # HTTP/1.0 );
In reply to [SOLVED]:CGI.pm header by $h4X4_|=73}{
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |