2015-04-05から1日間の記事一覧

Oracleのテーブル定義をExcelシートに出力する(3)

#!/usr/bin/env perl use XML::Simple; use Tie::IxHash; use Spreadsheet::WriteExcel; *XML::Simple::new_hashref = 'new_hashref'; sub new_hashref { my $self = shift; tie my %hash, 'Tie::IxHash'; %hash = @_; return \%hash; } if($ARGV[0] eq ""){…

ビリジアン

http://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q1438181929

Excel企画書

http://www.atmarkit.co.jp/ait/articles/1503/24/news052.html

1915年

http://en.wikipedia.org/wiki/1915 January 25 First United States coast-to-coast long-distance telephone call, facilitated by a newly invented vacuum tube amplifier, ceremonially inaugurated by Alexander Graham Bell in New York City and his…