SilverBean
Programmer
I'm looking for a little information about these Auto Loader files - if I have the term correct? I'm not seeing this notion discussed in any of the hard documents I have on Perl. I'm guessing there's not much to know. So call it a curiosity. TT seems a little scarce on the subject too.
I have 2 Apache Servers one running under Windows2000(Perl 5.8.7) and the other Fedora Core 6(Perl5.8.8). Just for fun I tried to learn something and downloaded a tar file from cpan. I'm only able to make on my FC. That worked fine and I was able to use the module. The make process seemed to have created 2 files in the auto branch a .bs and .so file. I thought when I removed one or both of these files I got an error about some kind of inherited init deprecated and unble to locate some kind of init.al file.
I'm seeing on the Windows box I've got tons of al files. Since I don't even attempt make on windows I'm guessing the Perl Package Manager created these things as I've installed modules.
Ok so is that all?
Autoload files are .al in Windows, .bs .so in the Linux world?
Now for the joke. I'm guessing the answer is NO to this, but I'll ask anyway. Any chance that I could take these autoload files from Windows onto my Linux box and vice versa? I'm probably looking to take a short cut and just build on one server, but that probably defeats the whole purpose of the make process anyway.
I have 2 Apache Servers one running under Windows2000(Perl 5.8.7) and the other Fedora Core 6(Perl5.8.8). Just for fun I tried to learn something and downloaded a tar file from cpan. I'm only able to make on my FC. That worked fine and I was able to use the module. The make process seemed to have created 2 files in the auto branch a .bs and .so file. I thought when I removed one or both of these files I got an error about some kind of inherited init deprecated and unble to locate some kind of init.al file.
I'm seeing on the Windows box I've got tons of al files. Since I don't even attempt make on windows I'm guessing the Perl Package Manager created these things as I've installed modules.
Ok so is that all?
Autoload files are .al in Windows, .bs .so in the Linux world?
Now for the joke. I'm guessing the answer is NO to this, but I'll ask anyway. Any chance that I could take these autoload files from Windows onto my Linux box and vice versa? I'm probably looking to take a short cut and just build on one server, but that probably defeats the whole purpose of the make process anyway.