----- Original Message -----
From: "peter moyle"
Can't locate auto/Inline/receive_cod.al in @INC (@INC contains:
C:/strawberry/pe
rl/site/lib C:/strawberry/perl/vendor/lib C:/strawberry/perl/lib .) at
C:/strawb
erry/perl/lib/Inline.pm line 144
That would be receive_code.al.
That it can't be found indicates that Inline has not installed correctly.
On Strawberry Perl, installing Inline should be as simple as running
'cpan -i Inline' (while connected to the internet).
If, instead, you want to do it manually, just grab the current version of
Inline (Inline-0.48.tar.gz), extract it, cd to the top level folder
(Inline-0.48), and run:
perl Makefile.PL (accepting any prompts)
dmake test
dmake install
You should find that the various functions are, as part of that procedure,
autosplit into the various .al files, and installed in the right place.
If there are any problems with any of that, please send complete output
(copy'n'paste) of the step that failed.
Cheers,
Rob