in reply to object method that returns object
sub getDocumentInfo { my ($self,$file_id) = @_; # suspect problem here return DocumentInfo::new($file_id); } [download]