[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] LWP: Missing file path_query.al ?



On Wed, May 03, 2000 at 08:39:07PM +0100, Thomas Wegner wrote:
} Hi all,
} 
} I have a problem using the following example from lwpcook.pm (see also LWP.pm):
} 
[snip]
} 
}    Error: 500 # Can't locate auto/URI/URL/http/path_query.al in @INC.
}    File 'Datenpladde:MacPerl Ÿ:site_perl:AutoLoader.pm'; Line 38
} 
}    File 'Datenpladde:MacPerl Ÿ:site_perl:LWP:Protocol:http.pm'; Line 80
} 
} First, I've tried to locate the file path_query.al myself, but it is really
} missing. Then I've read the Autoloader.pm pod. To my understanding of the
} autoloader mechanism, there must be a definition of a subroutine called
} "path_query" in the module :URI:URL:http.pm, from which the autosplit
} function will create the file path_query.al in the :auto:URI:URL:http:
} folder. This file will later on be used to (auto-) load the missing
} subroutine. But the module :URI:URL:http.pm doesn't contain such a
} definition.
} 
} So what's going wrong here? Is this file really missing or is the error
} message wrong? Is there a module that contains the definition of
} "path_query"? Any help would be much appreciated. (Please keep it simple,
} I'm not a Perl guru ;-) .)

Are you using the latest versions of libwww-perl (5.48) and URI
(1.06)?  sub path_query is in :URI:_generic.pm in 1.06.

} 
} Best regards
} 
} --Thomas
} (Bremen, Germany)
} 
} 
} 

-- 
Paul Schinder
schinder@pobox.com

# ===== Want to unsubscribe from this list?
# ===== Send mail with body "unsubscribe" to macperl-request@macperl.org