At 7:15 pm -0400 11/04/01, Chris Nandor wrote:
>GetURL works in place of the ICLaunchURL calls.  This is its implementation:
>
>       sub GetURL {
>           my $url = shift or return;
>           ICGeneralFindConfigFile($ICInstance);
>           ICLaunchURL($ICInstance, 0, $url);
>       }
>
>Not much to it.  :-)  It is just a shortcut.

Ah, many thanks.

>  >I find incidentally that the version of InternetConfig.pm in MacPerl
>>5.6.2 does not work with MacPerl 5.2.1a1. Is that to be expected I
>>wonder?
>
>Hm, I haven't looked at it; what about it doesn't work?

This error message:

    "# Can't load 'Knapton:Applications:MacPerl
     Ÿ:lib:MacPPC:auto:Mac:InternetConfig:InternetConfig' for module
     Mac::InternetConfig: # DynaLoader error [-2807, Perl--Perl_Top_ptr].
     File 'Knapton:Applications:MacPerl Ÿ:lib:DynaLoader.pm'; Line 172"

Something is amiss with the binary? I have no idea what 'Perl_Top_ptr' is.

Alan Fry

Reply via email to