Help for this page

Select Code to Download


  1. or download this
    my %ARGS = map {$_,1} @ARGV;
    
  2. or download this
    if($ARGS{foo}) { ... }
    
  3. or download this
    my %ARGS = @ARGV;
    
  4. or download this
    if($ARGS{rebuild} eq 'all') { ... }