package main; use webdav; # ... package webdav; require Exporter; @ISA = qw(Exporter); @EXPORT = qw( get_content ...); # replace this