Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

(jcwren) Re: Win32 port listener (out of the blue)

by jcwren (Prior)
on Dec 04, 2001 at 05:58 UTC ( [id://129251]=note: print w/replies, xml ) Need Help??


in reply to Win32 port listener (out of the blue)

While you *could* do this in Perl, this isn't the kind of thing that Perl is particularly good at. You'd be far better off getting a copy of DJGPP for DOS/Windows, along with the Cygwin package. Alternatively, you can get the Borland (or whatever the heck they call themselves these days) for free, also.

Of course, if you do this in Perl, it'll be a great way to get lots of experience with pack()/unpack(). Perl does not excel at doing the types of data structures that are best suited for this kind of task.

And if you don't know C, you need to learn C, so you can help with the core Perl development, right?

--Chris

e-mail jcwren

  • Comment on (jcwren) Re: Win32 port listener (out of the blue)

Replies are listed 'Best First'.
Re: (jcwren) Re: Win32 port listener (out of the blue)
by rje (Deacon) on Dec 04, 2001 at 20:43 UTC
    I feel safer doing it in perl, at least at first.
    Also, the development cycle is bound to be quicker
    than with C. I can always translate to C after the
    development is done.

    Yeah, I know C, but it's been awhile, and core Perl
    development sounds like an inaccessibly lofty perch
    for me.

    Thanks for the replies.

    Rob

Log In?
Username:
Password:

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

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

    No recent polls found