Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value in string eq at sourcefile, line 32.
    
  2. or download this
        $block_size =~ m{([a-zA-Z]{2}$)};
        $block_type = $1 || '';