<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/dc-perl/">
    <title>dc-perl @ ウィキ</title>
    <link>http://w.atwiki.jp/dc-perl/</link>
    <atom:link href="https://w.atwiki.jp/dc-perl/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>dc-perl @ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2012-04-27T19:04:59+09:00</dc:date>
    <utime>1335521099</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/dc-perl/pages/27.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/dc-perl/pages/2.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/dc-perl/pages/26.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/dc-perl/pages/25.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/dc-perl/pages/19.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/dc-perl/pages/24.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/dc-perl/pages/23.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/dc-perl/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/dc-perl/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/dc-perl/pages/22.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/dc-perl/pages/27.html">
    <title>算術演算子</title>
    <link>https://w.atwiki.jp/dc-perl/pages/27.html</link>
    <description>
      *%
割った余り
**用法
$xx = 5 % 2;
# 5を2で割った余り(=1)    </description>
    <dc:date>2012-04-27T19:04:59+09:00</dc:date>
    <utime>1335521099</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/dc-perl/pages/2.html">
    <title>メニュー</title>
    <link>https://w.atwiki.jp/dc-perl/pages/2.html</link>
    <description>
      **メニュー
-[[トップページ]]
-[[モジュール]]
-[[定義]]
-変数
--[[スカラー変数]]
--[[ローカル変数]]
-配列
--[[配列]]
--[[連想配列]]
-[[制御構文]]
-関数
--[[文字列操作]]
--[[配列関数]]
-演算子
--[[関係演算子]]
--[[論理演算子]]
--[[二項代入演算子]]
-入出力
--[[標準入出力]]
-[[サブルーチン]]

----


// リンクを張るには &quot;[&quot; 2つで文字列を括ります。
// &quot;&gt;&quot; の左側に文字、右側にURLを記述するとリンクになります


//**更新履歴
//#recent(20)

&amp;link_editmenu(text=ここを編集)    </description>
    <dc:date>2012-04-27T17:29:25+09:00</dc:date>
    <utime>1335515365</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/dc-perl/pages/26.html">
    <title>サブルーチン</title>
    <link>https://w.atwiki.jp/dc-perl/pages/26.html</link>
    <description>
      自分で関数を定義、使用するための手法
***サブルーチンの定義方法
sub サブルーチン名 { 処理 }
***サブルーチンの呼び出し
&amp; サブルーチン名;    </description>
    <dc:date>2012-04-17T17:19:53+09:00</dc:date>
    <utime>1334650793</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/dc-perl/pages/25.html">
    <title>二項代入演算子</title>
    <link>https://w.atwiki.jp/dc-perl/pages/25.html</link>
    <description>
      *論理和 OR
&amp;bold(){+=}
**用法
$a += $b
**説明
$a = $a + $b    </description>
    <dc:date>2011-07-15T18:49:51+09:00</dc:date>
    <utime>1310723391</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/dc-perl/pages/19.html">
    <title>制御構文</title>
    <link>https://w.atwiki.jp/dc-perl/pages/19.html</link>
    <description>
      -foreach
-for

*for
&amp;bold(){for ( 初期化 条件式 増減式 ) { 実行 } 	}
「条件式」が真であれば「実行」を実行し、次に「増減式」を実行する    </description>
    <dc:date>2011-07-15T18:38:18+09:00</dc:date>
    <utime>1310722698</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/dc-perl/pages/24.html">
    <title>配列関数</title>
    <link>https://w.atwiki.jp/dc-perl/pages/24.html</link>
    <description>
      *push
&amp;bold(){push ARRAY, LIST}

ARRAYの末尾にLISTを追加して、追加後のARRAYの要素数を返します。    </description>
    <dc:date>2011-06-07T09:35:13+09:00</dc:date>
    <utime>1307406913</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/dc-perl/pages/23.html">
    <title>関係演算子</title>
    <link>https://w.atwiki.jp/dc-perl/pages/23.html</link>
    <description>
      *==
*eq
**用法
a == b
bがaに等しい    </description>
    <dc:date>2011-05-24T10:44:26+09:00</dc:date>
    <utime>1306201466</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/dc-perl/pages/14.html">
    <title>Time::Local</title>
    <link>https://w.atwiki.jp/dc-perl/pages/14.html</link>
    <description>
      日付と時刻(ローカル時間)をエポック秒に変換するtimelocal関数などが使用できる

*関数
**timelocal    </description>
    <dc:date>2011-05-24T10:40:19+09:00</dc:date>
    <utime>1306201219</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/dc-perl/pages/15.html">
    <title>File::Find</title>
    <link>https://w.atwiki.jp/dc-perl/pages/15.html</link>
    <description>
      再帰的にすべてのファイルを処理する

*関数
**find
&amp;bold(){find(DIR,LIST)}

DIR配下のファイル一覧をLISTに格納する。    </description>
    <dc:date>2011-05-24T10:30:23+09:00</dc:date>
    <utime>1306200623</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/dc-perl/pages/22.html">
    <title>論理演算子</title>
    <link>https://w.atwiki.jp/dc-perl/pages/22.html</link>
    <description>
      *論理和 OR
&amp;bold(){||}
**用法
a || b
aかbの少なくとも1つが真の場合に真    </description>
    <dc:date>2011-05-24T10:16:17+09:00</dc:date>
    <utime>1306199777</utime>
  </item>
  </rdf:RDF>
