Help for this page

Select Code to Download


  1. or download this
    prog [options] -X '-x 123' -X '-y some val' [options] [args]
    
  2. or download this
    # my @extra_args = ( '-x', '123', '-y', 'some val' );
    my @extra_args = map { split( /\s+/, $_, 2 ) } @opt_X;