Help for this page

Select Code to Download


  1. or download this
      @array = split /,/, $cant_make_day{$elim_key};
      $length = @array;
    
  2. or download this
      $length = 1 + $cant_make_day{$elim_key} =~ tr/,/,/;