Help for this page

Select Code to Download


  1. or download this
        $mech->submit_form(
            form_name =>'post',
    ...
                  'content'         => $content    
                }
        ) or die "Error: $!";
    
  2. or download this
    <input type="text" id="new-tag-post_tag" name="newtag[post_tag]"
    
  3. or download this
    <input value="1" type="checkbox" name="post_category[]
    
  4. or download this
    <textarea rows='20' class='theEditor' cols='40' name='content' tabinde
    +x='2'