Ok, that library was new to me, I had done some searching and all I found was Socket6. Didn't think about INET6 on that one, my bad.

Now this gets a little off topic, but in the setup I have we have a small Perl distro with the specific libraries we are using, mostly homemade modules and such, plus libraries like INET and INET6. I added this one as usual, and it needed Socket6, which I did have but was not using. Though when I try and run my program I get:
Can't locate object method "bootstrap" via package "Socket6" (perhaps you forgot to load "Socket6"?) at C:/work/emx-qa/M OTH/newdummy/../Perl/IO/Socket/Socket6.pm line 289.
Compilation failed in require at C:/work/emx-qa/MOTH/newdummy/../Perl/IO/Socket/INET6.pm line 18.
BEGIN failed--compilation aborted at C:/work/emx-qa/MOTH/newdummy/../Perl/IO/Socket/INET6.pm line 18.
Compilation failed in require at dummyserver.pl line 22.
BEGIN failed--compilation aborted at dummyserver.pl line 22.

I haven't hit AutoLoader stuff much in the past, and basically I have always been able to just add pm files to the right locations in our distro and have no issues. But this one seems off, and I can't seem to find more about it. Do I need to add a bootstrap function to the library file? I noticed another library file had it there, but this one does not, I just grabbed Socket6 and the others from CPAN and put them in the right locations.

Going to keep looking, but anything else is appreciated. Really glad for the help here, and once I get this running I'll put up the working code.

Ciao


In reply to Re^2: Getting IPv6 with the Cookbook by gokuraku
in thread Getting IPv6 with the Cookbook by gokuraku

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.