memo.xight.org

日々のメモ

CGI.pm

使用法

  use CGI;
  $data = new CGI;
  $name = $data->param('name');