<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>showmustgoon</author_name>
  <author_url>https://blog.hatena.ne.jp/showmustgoon/</author_url>
  <blog_title>SHOW MUST GO ON</blog_title>
  <blog_url>https://showmustgoon.hatenadiary.org/</blog_url>
  <categories>
    <anon>perl</anon>
  </categories>
  <description>perl でセッション管理ってどうやるんだっけと思ったのでちょっと勉強してみた。 #! /usr/bin/perl -w use strict; use CGI; use CGI::Session; my $q = CGI-&gt;new; my $session = new CGI::Session(&quot;driver:File&quot;, $q, {Directory=&gt;'/tmp'}); if ($session-&gt;param('name')) { print $session-&gt;header(); print (&quot;id:&quot; . $session-&gt;id() . &quot;&lt;br /&gt;\n&quot;); print (&quot;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshowmustgoon.hatenadiary.org%2Fentry%2F20060220%2F1140452105&quot; title=&quot;CGI::Session vs 俺 - SHOW MUST GO ON&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2006-02-20 01:15:05</published>
  <title>CGI::Session vs 俺</title>
  <type>rich</type>
  <url>https://showmustgoon.hatenadiary.org/entry/20060220/1140452105</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
