Help for this page

Select Code to Download


  1. or download this
    #If they arguments are in @ARGV
    while (shift){
    ($arg,$val)=split /=/;
    $args{$arg}=$val;
    }
    
  2. or download this
    '-Dname1' => 2 
    '-Dname2.3' => "anything" 
    '-Djetty.home' => 'c:\a\b\c'