<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>acoustype.com &#187; ipcount</title>
	<atom:link href="http://acoustype.com/archives/tag/ipcount/feed" rel="self" type="application/rss+xml" />
	<link>http://acoustype.com</link>
	<description>携帯・PCサイトのシステム構築やサーバー構築・保守などやらせて頂いております。</description>
	<lastBuildDate>Mon, 06 Feb 2012 07:24:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>続：ipcount</title>
		<link>http://acoustype.com/archives/464</link>
		<comments>http://acoustype.com/archives/464#comments</comments>
		<pubDate>Mon, 23 Feb 2009 17:44:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[コメント]]></category>
		<category><![CDATA[ipcount]]></category>

		<guid isPermaLink="false">http://acoustype.com/?p=464</guid>
		<description><![CDATA[結局わからんｗ 1.25のバグっぽい 1.24入れたら動いてくれたが 今度は Use of uninitialized value in printf at /usr/bin/ipcount line 108. orz]]></description>
			<content:encoded><![CDATA[				<p>結局わからんｗ<br />
				1.25のバグっぽい<br />
				1.24入れたら動いてくれたが<br />
				今度は</p>
				<blockquote><p>Use of uninitialized value in printf at /usr/bin/ipcount line 108.</p></blockquote>
				<p>orz</p>
]]></content:encoded>
			<wfw:commentRss>http://acoustype.com/archives/464/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ipcount</title>
		<link>http://acoustype.com/archives/457</link>
		<comments>http://acoustype.com/archives/457#comments</comments>
		<pubDate>Sat, 21 Feb 2009 20:02:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[コメント]]></category>
		<category><![CDATA[ipcount]]></category>
		<category><![CDATA[Net-IP]]></category>

		<guid isPermaLink="false">http://acoustype.com/?p=457</guid>
		<description><![CDATA[IPアドレスのCIDRやサブネットマスクを計算してくれるコマンド Net-IPというPerlモジュールをインストールすれば使えるようになる。 ipcount 198.168.1.0 + 32 こんな感じで使いたいのだが、 [...]]]></description>
			<content:encoded><![CDATA[				<p>IPアドレスのCIDRやサブネットマスクを計算してくれるコマンド<br />
				<a href="http://search.cpan.org/dist/Net-IP/">Net-IP</a>というPerlモジュールをインストールすれば使えるようになる。</p>
				<p><strong>ipcount 198.168.1.0 + 32</strong><br />
				こんな感じで使いたいのだが、どうもバグで動かない^^;</p>
				<blockquote><p>Cannot create IP object 192.168.1.0+32: Invalid chars in IP 192.168.1.0+32 at /usr/bin/ipcount line 58.</p></blockquote>
				<p>早速、/usr/bin/ipcountの58行目をチェック<br />
				ただのPerlスクリプトですね</p>
				<p>55行目と56行目が怪しいですね・・<br />
				引数を合体させ、ホワイトスペースを除去してる。</p>
				<blockquote><p>55 my $arg = join '',@ARGV;<br />
				56 $arg =~ s/\s+//g;</p></blockquote>
				<p>以下に修正</p>
				<blockquote><p>55 my $arg = join ' ',@ARGV;<br />
				56 #$arg =~ s/\s+//g;</p></blockquote>
				<p>とりあえず、動くようになりましたが<br />
				なんか返値が変だな・・・</p>
				<p>もうちょい調べるか・・・</p>
]]></content:encoded>
			<wfw:commentRss>http://acoustype.com/archives/457/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

