Maybe we don't have to discuss this any more, since we have the 5.
6.1; well, just for the meantime.
Scott R. Godin wrote on 01.7.20 5:52 PM:
>> Which version of IO::File do you have?
>
>I'm running 1.08 here under 520r4
The one I have (1.0602) has a code like the following and taking
care of MacPerl (MacOS.)
Is there something like this in 1.08? If not, I guess it is not
goot for MacPerl.
>eval ($^O eq 'MacOS' ? <<'END_MAC' : <<'END_NOMAC');
>sub _protect {
> my($name) = @_;
> MacPerl::MakeFSSpec($name);
>}
>END_MAC
>sub _protect {
> my($name) = @_;
> "./$name";
>}
>END_NOMAC
--
KIMURA Takeshi
mailto:[EMAIL PROTECTED]
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl KIMURA Takeshi
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl Scott R. Godin
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl KIMURA Takeshi
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl Scott R. Godin
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl Scott R. Godin
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl KIMURA Takeshi
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl KIMURA Takeshi
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl Chris Nandor
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl Scott R. Godin
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl Scott R. Godin
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl KIMURA Takeshi
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl Scott R. Godin
