On Tue, 2005-05-03 at 11:47 +1000, scott fagg wrote: > I'm trying to get apache::upload working. Module loads fine, produces no > errors, but calls to 'upload' don't produce anything usable. For > example, this snippet of code : > > use Apache::Request; > use Apache::Upload; > use Data::Dumper; > > $req = Apache::Request->new($r); > $upload = $req->upload(); > > print Dumper($upload);
Working now, but i cannot see what change fixed it!