Join Today for a free account, or Sign In if you are already a member.
Perl Group
Welcome Guest!
This page is the Perl Group home page (summary page).
Perl
This group is the those interested in the Perl scripting language.
Perl is a stable, cross platform programming language. It is used for mission critical projects in the public and private sectors. Perl is Open Source software, licensed under its Artistic License, or the GNU General Public License (GPL). Perl was created by Larry Wall.
Want to become a moderator? We are currently looking for someone to moderate our Perl message boards. If you're interested, send a private message to Mike Prestwood. Once you are a moderator, you will receive an email whenever someone posts.
Want to become an author? We are currently looking for authors to post to this group's knowledge base. We are looking for generic Perl material as well as material specific to the varioius Perl development tools available. If you're interested, send a private message to Mike Prestwood or get started by submitting content to our Perl KB Topic (or any subtopic).
What's happening now! Perl Group!
(New, updated, and unanswered.)
New: All Post Types
Message board, knowledge base, article comments, blogs, news, etc.
Ive followed the instructions at namehog.net: http://www.namehog.net/support/formemail.htm to put a form on my webpage. But it doesnt work. I get this error message....could anyone help?? CGIWrap e...
I need to add a kick option to a chat program I am making.I was wondering how can you get the server to read from a list box (ban list) or how I could close a s...
Ive followed the instructions at namehog.net: http://www.namehog.net/support/formemail.htm to put a form on my webpage. But it doesnt work. I get this error message....could anyone help?? CGIWrap e...
I want to be able to delete all the files in a given directory: Currently I am trying to use the unlink funtion to "unlink *" in the directory. The actual code looks like this: unlink ("/sasdata/$E...