Help for this page
#!/usr/bin/env perl use strict; ... my $dav = HTTP::DAV->new; $dav->open(-url=>$url) or die $dav->message; $dav->get(-url=>"/", -to=>".");
Server response: Could not access http://localhost:4242/: Bad Request +at davtest.pl line 14.