<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:knowledge="http://knowledge.livedoor.com/-/spec/1.0/">
<channel>
<language>ja-jp</language>
<title>livedoor ナレッジ - Perl</title>
<link>http://knowledge.livedoor.com/category/101006010</link>
<pubDate>Sun, 12 Oct 2008 00:55:02 +0900</pubDate>
<lastBuildDate>Fri, 22 Aug 2008 17:40:21 +0900</lastBuildDate>
<generator>http://knowledge.livedoor.com/</generator>
<description>livedoor knowledge - Perl</description>
<copyright>Copyright 1996- livedoor Co.,Ltd.</copyright>
<image>
    <title>livedoor knowledge</title>
    <url>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</url>
    <link>http://knowledge.livedoor.com</link>
    <width>43</width>
    <height>43</height>
</image>
<item>
    <title>Image::MagickをPerlで使いたいが、インストールされない？</title>
    <link>http://knowledge.livedoor.com/35876</link>
    <description>Image::MagickをPerlで使いたいが、インストールされない？
Perl/CGIで、Image::Magickを使おうと思って、公式サイトのリンクからダウンロードし、インストールしました。
use Image::Magickすると、エラーが出ます。

見れば、そんなライブラリ無い！とログ。

インストール時に、チェックを入れたんですが、どうもc:\usr\site\libのなかに入っていないようです。

どうすれば使えるようになりますか。

お願いいたします。</description>
    <pubDate>Fri, 22 Aug 2008 17:40:21 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/35876</guid>
    <author>NIPO.ASIA</author>
    <category domain="http://knowledge.livedoor.com/category/101006010">Perl</category>
    <knowledge:feed type="question">
        <knowledge:authorId>25022</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/25022</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="解決済">Fri, 12 Sep 2008 22:26:50 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>ActivePerl5.10でPerlScriptが動かない</title>
    <link>http://knowledge.livedoor.com/31613</link>
    <description>ActivePerl5.10でPerlScriptが動かない
ActivePerl5.10をインストールしたのですが、
5.8では動いていたPerlScript (WSHでPerlを動かすという意味です)が動きません(例外を起こします)。
どうやら、5.8のDLLを呼び出しているようなので、perl58.dllをBinフォルダに入れたりしてみたのですが、ダメです。
情報をお持ちの方はおられますか？</description>
    <pubDate>Sat, 19 Jan 2008 15:51:14 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/31613</guid>
    <author>BLUEPIXY</author>
    <category domain="http://knowledge.livedoor.com/category/101006010">Perl</category>
    <knowledge:feed type="question">
        <knowledge:authorId>191</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/191</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>3</knowledge:answers>
        <knowledge:closed label="お蔵入り">Tue, 19 Feb 2008 06:10:05 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>Perl/CGIでのパラメータ取得</title>
    <link>http://knowledge.livedoor.com/19071</link>
    <description>Perl/CGIでのパラメータ取得
http://..../xxx.cgi/12345
という風にアクセスした場合、
12345の部分を、取得したいのですが、
どのようにすればいいでしょうか。</description>
    <pubDate>Fri, 05 Jan 2007 13:17:30 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/19071</guid>
    <author>NIPO 2007 Limited Edition</author>
    <category domain="http://knowledge.livedoor.com/category/101006010">Perl</category>
    <knowledge:feed type="question">
        <knowledge:authorId>16289</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/16289</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="解決済">Fri, 05 Jan 2007 20:03:44 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>日本語と英語が混ざっている状態で大文字を小文字に置換すると化けます</title>
    <link>http://knowledge.livedoor.com/9404</link>
    <description>日本語と英語が混ざっている状態で大文字を小文字に置換すると化けます
フォームから、内容を入力してもらって、
&amp;amp;jcode3::convert(*aaa,&amp;apos;sjis&amp;apos;);
して、
$aaa =~ s/[A-Z]/\L$&amp;amp;/g;
print $aaa;
したところ（ソースはこんな感じだった気がする）、
見事日本語の漢字が文字化けしました。
で、
jcode::convert(*aaa,&amp;apos;euc&amp;apos;);
でやるとうまくいきます。

でもSJISでやりたいのですが、どうしたらいいでしょうか。</description>
    <pubDate>Tue, 04 Jul 2006 16:03:34 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/9404</guid>
    <author>NIPO</author>
    <category domain="http://knowledge.livedoor.com/category/101006010">Perl</category>
    <knowledge:feed type="question">
        <knowledge:authorId>5755</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/5755</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="解決済">Fri, 07 Jul 2006 15:05:06 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>JcodeでUTF-8（Unicode）の「－」「～」「○の中に1」「ローマ数字の1」「（株）」「（有）」なんかをメール用にJISに変換すると化けちゃいます。なんとかなりませんか？</title>
    <link>http://knowledge.livedoor.com/6200</link>
    <description>JcodeでUTF-8（Unicode）の「－」「～」「○の中に1」「ローマ数字の1」「（株）」「（有）」なんかをメール用にJISに変換すると化けちゃいます。なんとかなりませんか？
Perl5.8を使っています。

JcodeでUTF-8の「－」「～」「○の中に1」「ローマ数字の1」「（株）」「（有）」なんかをメール用にJISに変換すると化けちゃいます。なんとかなりませんか？

「○の中に1」「ローマ数字の1」「（株）」「（有）」は仕方がないにしても、「－」「～」あたりは何とかしたいのですが…。

それとも（Perl5.8なので）Encode使えば解決する問題なのでしょうか？

とりあえず今は以下のように書いてUTF-8からJISに変換しないでメールを送信するようにしています。
「
 Content-Type: text/plain; charset=UTF-8
 Content-transfer-encoding: 8bit
」



---
…でもexsample＠yahoo.co.jpのウェブメーラーはUTF-8対応していないので（対応する気もないようだが）結局JISに変えないといけないのかしらと思っています。</description>
    <pubDate>Mon, 08 May 2006 16:08:06 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/6200</guid>
    <author>笹川％DTPオペ</author>
    <category domain="http://knowledge.livedoor.com/category/101006010">Perl</category>
    <knowledge:feed type="question">
        <knowledge:authorId>598</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/598</knowledge:authorLink>
        <knowledge:authorIcon>http://img01.ico.frepa.livedoor.com/member_photo/e/5/e518e20aba86c87b29dd3f4e0daa2e188967fc2d_m.jpg</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://img01.ico.frepa.livedoor.com/member_photo/e/5/e518e20aba86c87b29dd3f4e0daa2e188967fc2d_s.jpg</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="お蔵入り">Thu, 08 Jun 2006 06:10:01 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>Perl の言語仕様が書いてある書籍かサイトをご紹介いただけないでしょうか？map とか良く分からずに使っていたりします。</title>
    <link>http://knowledge.livedoor.com/125</link>
    <description>Perl の言語仕様が書いてある書籍かサイトをご紹介いただけないでしょうか？map とか良く分からずに使っていたりします。
5.8 がいいですね。</description>
    <pubDate>Thu, 09 Feb 2006 03:17:00 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/125</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101006010">Perl</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://img01.ico.frepa.livedoor.com/member_photo/d/a/da5a0b0c3bdcf51cc6117609860b8610cb611332_m.GIF</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://img01.ico.frepa.livedoor.com/member_photo/d/a/da5a0b0c3bdcf51cc6117609860b8610cb611332_s.GIF</knowledge:authorThumbnail>
        <knowledge:answers>3</knowledge:answers>
        <knowledge:closed label="解決済">Mon, 13 Feb 2006 03:02:52 +0900</knowledge:closed>
    </knowledge:feed>
</item>
</channel>
</rss>
