Help for this page

Select Code to Download


  1. or download this
        foreach (split(m!</Genesis:File>!si, $template)) {
                next unless (m!<Genesis:File name=\"(.*?)\">(.*)!si);
    
    ...
            }
        return $err;
        }
    
  2. or download this
            foreach (split(m!</Genesis:File>!si, $text)) {
                next unless (m!<Genesis:File name=\"(.*?)\">(.*)!si);
    ...
                    push(@temp_errors, $temp_err_msg);
                    next;
                    }