Help for this page
#!/usr/bin/perl -wT ... # resource limits $CGI::DISABLE_UPLOADS = 1; # no uploads $CGI::POST_MAX = 1024 * 10; # max 10K posts
sub create_order_file { ... close ORDERFILE or warn "Something fishy with closing the order: $ +!\n"; }