Re: Remote.pm (File::Remote) error handling question
- From: "Andy" <anedza@xxxxxxxxxxxxxxxxxxxxxx>
- Date: 31 Jan 2007 11:26:11 -0800
You can always customize the code in that module and keep a copy for
yourself. Just comment out the part that moves the "access denied"
code:
ie
$! = $1 || 13; becomes $! = $1 # || 13;
save the code and then do the following commands on the root directory
for the module:
perl Makefile.PL
nmake
nmake test
nmake install
The module should now return the actual error code.
.
- References:
- Remote.pm (File::Remote) error handling question
- From: terminlman
- Re: Remote.pm (File::Remote) error handling question
- From: Andy
- Re: Remote.pm (File::Remote) error handling question
- From: Jack
- Remote.pm (File::Remote) error handling question
- Prev by Date: Re: HTML:Parser how to remove "//<![CDATA[ ... //]]>" ?
- Next by Date: Re: Perl Tk:Scheduler command called subroutine fails to talk to tk widgets
- Previous by thread: Re: Remote.pm (File::Remote) error handling question
- Next by thread: Perl Tk::FBox and filter argument
- Index(es):
Relevant Pages
|
|