This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

ertyeryery ------------jCZJhSDkEEg0Avf4h2hejC Content-Disposition: form-data; name="n2"

ryertytry ------------jCZJhSDkEEg0Avf4h2hejC Content-Disposition: form-data; name="q"

ertyeryery ------------jCZJhSDkEEg0Avf4h2hejC--

sub open_out_file {
  my ($name) = join( '.', grep ( /.+/, @_ ) );
  $name =~ s/\W+/_/g;
  close_out_file();
  $current_name = "$config{'datadir'}$config{'slash_sys'}$name.$config{'output'}";
  $work{'current_name_work'} = "$current_name$config{'work_ext'}";
  rename( $current_name, $work{'current_name_work'} ) if -e $current_name and $work{'current_name_work'} and $current_name;
  open( I, '>>', $work{'current_name_work'} )
    or printlog( 'err', "!!! UNABLE TO OPEN $work{'current_name_work'}" )
    and return;
}

sub close_out_file {
  if ( $work{'current_name_work'} ) {
    $processor{'out'}{'array'}->();
    print I";\n";
    close(I);
    rename( $work{'current_name_work'}, $current_name ) if $work{'current_name_work'} and $current_name;
  }
  $work{'current_name_work'} = $current_name = '';
}
}
close(SF);
}

11 POD Errors

The following errors were encountered while parsing the POD:

Around line 4:

Unknown directive: =copyright

Around line 115:

Unknown directive: =no

Around line 151:

Unknown directive: =with

Around line 153:

Non-ASCII character seen before =encoding in '[­Ќоћ…Ґађ•е]'. Assuming UTF-8

Around line 160:

Unknown directive: =was

Around line 380:

Unknown directive: =todo

Around line 584:

Unknown directive: =old

Around line 973:

Unknown directive: =bat

Around line 1116:

Unknown directive: =old

Around line 1204:

Unknown directive: =todo

Around line 1508:

Unknown directive: =c