Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

How do I use IPX

by IndyZ (Friar)
on Apr 14, 2000 at 03:10 UTC ( [id://7567]=perlquestion: print w/replies, xml ) Need Help??

IndyZ has asked for the wisdom of the Perl Monks concerning the following question:

I am trying to use IPX networking under perl and Linux but I have no clue how. Any ideas?

Originally posted as a Categorized Question.

Replies are listed 'Best First'.
Re: How do I use IPX
by plaid (Chaplain) on Apr 14, 2000 at 03:51 UTC
    From what I can tell, it involves nothing more than replacing the calls to 'AF_INET' or 'PF_INET' inside of socket calls with 'AF_IPX' or 'PF_IPX'. I am unable to test that either way, but the 'Use Socket' call pulls its constants from the system's socket.h file, so look in there and check if the 2 IPX constants are defined (which they are for Linux and Solaris). I'm assuming here that this question is asked specifically concerning IPX, and not just networking in general. If I am incorrect in this assumption, let me know and I'll elaborate.
Re: How do I use IPX
by ybiC (Prior) on Jul 05, 2000 at 22:00 UTC
    "use IPX under Perl and Linux ? "

    Only at gunpoint. big grin

    Seriously, I hope there's some reason why you HAVE to do this, otherwise is pretty much technological dead-end. And I even used to be a NetWare bigot.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://7567]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-25 19:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found