blog/content/post/2007/12/17/2007-12-17-00000693.md

34 lines
3.4 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: PerlでAmazonを使う
author: kazu634
date: 2007-12-17
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3485;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
categories:
- Perl
---
<div class="section">
<p>
 <a href="http://d.hatena.ne.jp/syou6162/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/syou6162/', 'id:syou6162');">id:syou6162</a>さんのところで「<a href="http://d.hatena.ne.jp/syou6162/20071118/1195353605" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/syou6162/20071118/1195353605', 'Emacs上からasinを取ってくるためにスクリプトを書いてみた &#8211; Seeking for my unique color.');" target="_blank">Emacs上からasinを取ってくるためにスクリプトを書いてみた &#8211; Seeking for my unique color.</a>」が公開されているのを見て、自分もこういうヤツを独力で作ってみようかな…と思っています。修論で忙しいからあれですけど、現実逃避の時間ではちょっとだけチェックしていたりします。
</p>
<p>
 そしたら、「<a href="http://www.itmedia.co.jp/enterprise/articles/0703/06/news015_3.html" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.itmedia.co.jp/enterprise/articles/0703/06/news015_3.html', ' 作って学ぶ、今どきのWebサービス第5回 Amazon Webサービスを料理してみる (3/3) &#8211; ITmedia エンタープライズ');" target="_blank"> 作って学ぶ、今どきのWebサービス第5回 Amazon Webサービスを料理してみる (3/3) &#8211; ITmedia エンタープライズ</a>」というページを発見しました。Perlだと、Net::Amazonというヤツを使うと幸せになれそうです。Perl初心者の自分な訳ですが、なんとかいけるかも。。。
</p>
<p>
 今日わかったことは、Perlの「shift」は引数を指定しないと、配列@ARGVの「0番目」を意味するということでしたvia 「<a href="http://www.tsukuba.jp.hep.net/%7Emasato/link/flex.ee.uec.ac.jp/texi/perl/perl_53.html" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.tsukuba.jp.hep.net/%7Emasato/link/flex.ee.uec.ac.jp/texi/perl/perl_53.html', '401 Authorization Required');" target="_blank">401 Authorization Required</a>」)<span class="footnote"><a href="/sirocco634/#f1" name="fn1" title="ARGVって&#34;argument value&#34;ってことなのかな?">*1</a></span>
</p>
<p>
 <a href="http://search.cpan.org/dist/Net-Amazon/lib/Net/Amazon.pm" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://search.cpan.org/dist/Net-Amazon/lib/Net/Amazon.pm', 'Net::Amazonの解説');" target="_blank">Net::Amazonの解説</a>があるのですが、そいつを訳して公開してみようかしら(英語はできるけど、プログラミングはわからない…というのが自分の立ち位置だし)。まぁ、修論が終わってからかな。
</p>
</div>
<div class="footnote">
<p class="footnote">
<a href="/sirocco634/#fn1" name="f1">*1</a>ARGVって"argument value"ってことなのかな?
</p>
</div>