<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    ivaneeo's blog

    自由的力量,自由的生活。

      BlogJava :: 首頁 :: 聯系 :: 聚合  :: 管理
      669 Posts :: 0 Stories :: 64 Comments :: 0 Trackbacks
    文檔選項
    將此頁作為電子郵件發送

    將此頁作為電子郵件發送

    未顯示需要 JavaScript 的文檔選項


    最新推薦

    Java 應用開發源動力 - 下載免費軟件,快速啟動開發


    用傳統的 Unix 方式創建的簡單用戶界面

    Unix 用戶非常熟悉基于文本的 UI 模型。設想有一個 Perl 程序,讓我們先看一下這個模型用于該程序的簡單實現。標準的 Getopt::Std 模塊簡化了命令行參數的解析。這個程序僅僅為了說明 Getopt::Std 模塊(沒有實際用途)。 請參閱本文后面的參考資料。

    使用 Getopt::Std 的命令行開關
    				
    						
    #!/usr/bin/perl -w

    use strict; # always use strict, it's a good habit
    use Getopt::Std; # see "perldoc Getopt::Std"

    my %options;
    getopts('f:hl', \%options); # read the options with getopts

    # uncomment the following two lines to see what the options hash contains
    #use Data::Dumper;
    #print Dumper \%options;

    $options{h} && usage(); # the -h switch

    # use the -f switch, if it's given, or use a default configuration filename
    my $config_file = $options{f} || 'first.conf';

    print "Configuration file is $config_file\n";

    # check for the -l switch
    if ($options{l})
    {
    system('/bin/ls -l');
    }
    else
    {
    system('/bin/ls');
    }

    # print out the help and exit
    sub usage
    {
    print <<EOHIPPUS;
    first.pl [-l] [-h] [-f FILENAME]

    Lists the files in the current directory, using either /bin/ls or
    /bin/ls -l. The -f switch selects a different configuration file.
    The -h switch prints this help.
    EOHIPPUS
    exit;
    }
    posted on 2006-04-18 10:34 ivaneeo 閱讀(752) 評論(0)  編輯  收藏 所屬分類: perl-殺雞就要用牛刀
    主站蜘蛛池模板: 亚洲国产精品99久久久久久| 亚洲精彩视频在线观看| 337P日本欧洲亚洲大胆艺术图| 亚洲香蕉免费有线视频| 亚洲精品**中文毛片| 最近高清中文字幕免费| 亚洲美女一区二区三区| 亚洲免费二区三区| 亚洲国产熟亚洲女视频| 国产精品麻豆免费版| 黄色a级片免费看| 精品国产亚洲一区二区在线观看| 日韩久久无码免费毛片软件| 国产亚洲自拍一区| 手机看片国产免费永久| 亚洲国产a∨无码中文777| 四虎影视成人永久免费观看视频| 18gay台湾男同亚洲男同| 成年人免费的视频| 亚洲1区2区3区精华液| 亚洲国产午夜福利在线播放| 中文日本免费高清| 亚洲色图.com| 国产成人无码a区在线观看视频免费| 免费无码一区二区| 亚洲av无码不卡一区二区三区| 精品国产无限资源免费观看| 亚洲精品永久在线观看| 久久精品国产亚洲精品| 99爱在线观看免费完整版| 亚洲天堂免费在线| 精品国产日韩亚洲一区| 97视频免费在线| 日韩电影免费在线观看网址| 337p欧洲亚洲大胆艺术| 免费国产一级特黄久久| 99视频免费播放| 精品女同一区二区三区免费播放| 久久精品亚洲视频| 免费观看一级毛片| 国内精品免费视频精选在线观看|