Help for this page
package main; use webdav; ... @ISA = qw(Exporter); @EXPORT = qw( get_content ...); # replace this
# same as above @EXPORT_OK = qw( get_content ...); # with this
use webdav qw( get_content ...);