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

Getopt::Long

Getopt::Long を使ってコマンドラインパラメータを取得するメモ。 =head1 SYNOPSIS test.pl [options] Options: [--help|-?] put help message [--host|-h] host name [--port|-p] port number =cut use strict; use warnings; use Readonly; use Getopt::Lo…