Help for this page

Select Code to Download


  1. or download this
    GetOption(
        'd=s' => $opt_d, # d
    ...
        'v!' => $opt_v, # v:
        'c=s' => $opt_c, # c
    )
    
  2. or download this
    GetOption( %h,#values in %h
        'd=s', # d
    ...
        'v!', # v:
        'c=s', # c
    )
    
  3. or download this
    #!/usr/bin/perl --
    
    use strict;
    ...
    }
    __END__