[bcn-pm] download archivo en cgi

Jaume Bacardit Peñarroya helly at he11storm.net
Sun Jun 29 14:52:36 CDT 2003


El mod_perl tiene unas rutinas propias para vomitar ficheros:

my $r=Apache->request;
my $subr = $r->lookup_file($path_hacia_el_fichero);
if($subr->run) {
    $subr->log_error("something went wrong!");
}

Jaume




More information about the Barcelona-pm mailing list