in reply to What is Perl *NOT* good at?
I once wrote a Linux device driver in pure perl, just to see if I could. I wouldn't recommend it, except as a learning experience.
The remarkable thing is that it was possible at all. Not many "scripting" languages offer ioctl. A chunk of the code is posted here at Linux ioctl command module.
After Compline,
Zaxo
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: What is Perl *NOT* good at?
by flyingmoose (Priest) on Apr 21, 2004 at 13:38 UTC |