public marks

PUBLIC MARKS with tag perl

June 2007

May 2007

Windows Scripting and Batch Programing Resources

by cascamorto & 1 other
Batch Files Batch programs (also called batch files) allow you to simplify routine or repetitive tasks. Environmental Variables Environment variables are strings that contain information and control the behavior of various programs Command Line Resources Who needs a GUI? Syntax references, tricks, and troubleshooting issues. Logon Scripts A logon script is a small program that executes automatically when a user logs on to a particular computer system. Perl A powerful open source programming language that can be used with Windows 2000. Visual Basic Resource Centers, online tutorials, code samples, etc., Windows Scripting Host (WSH) A tool that will allow you to run Visual Basic Script and JScript natively within Windows 2000

Understanding HTTP using Perl

by giorgos
An introduction to the HTTP protocol used for the exchange of www documents.

April 2007

CPAN, Comprehensive Perl Archive Network

by lukeslytalker & 1 other
Comprehensive Perl Archive Network

WebAPP

by web-app
WebAPP is a popular, open source Content Management System (cms) written in the Perl programming language. The name WebAPP is an abbreviation of Web Automated Perl Portal. Available under the GNU General Public License, WebAPP is free software. Features Enhanced crypt, Articles, Forums and nested message boards, Private Instant Messaging system (IM), Who is Online, Profile info, Memberlist, sortable with links to IM, Profile and Email Download and Link sections, Stats with advanced sorting options, Webabsed Site Administration control panel, About, Contact and Help pages, Custom Welcome messages for guests and registered members. Languages The WebAPP script is available in these languages Afrikaans, Albanian, Bosnian, Brazilian Portuguese, Bulgarian, Catalan, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Dutch, English, Estonian, Finnish, French, German, Greek, Hebrew, Hungarian, Italian, Japanese, Ladino, Lithuanian, Polish, Portuguese, Russian, Slovenian, Somali, Spanish, Thai, Swedish, Vietnamese and Yiddish.

AmphetaDesk - Syndicated Aggregator

by jdrsantos & 7 others
AmphetaDesk is a free, cross platform, open-sourced, syndicated news aggregator - it obediently sits on your desktop, downloads the latest news that interests you, and displays them in a quick and easy to use (and customizable!) webpage.

An Introduction to Perl Regular Expressions (regex)

by giorgos
What are regular expressions and what are they good for? This article covers the very first steps in understanding the concept of regular expressions and their use in Perl.