Help for this page

Select Code to Download


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