0ne Of A Kind: Sharp Designs - Web Sites At Work Fullservice web presence provider offering web site design, redesign, hosting, multimedia (audio/video/3d) development, java/javascript programming, cgi/perl coding, database design/development, and e-commerce. http://www.sharpdesigns.com/
The Fine Art Of Database Programming An outline of database programming, with particular emphasis on perl. http://www.perlmonks.org/index.pl?node=The fine art of database programming
Web Developer Links to programming resources including JavaScript, PHP, perl, VBScript. http://www.net-language.com/SiteWeb.aspx
LM Columns By Randal See past columns written by Randal Schwartz (of programming perl and Learning perl fame) related to all aspects of perl and Linux. http://www.stonehenge.com/merlyn/LinuxMag/
Extractions: Jump to content... Randal L. Schwartz Columns by Randal LM Columns by Randal If you haven't seen my home page , you should probably start there first. Also, you might want to check out the other columns too! Learn Perl now! To find out about my on-site and open-enrollment classes, send a blank message to perl-training-info@stonehenge.com You'll get the answer back by email, so make sure your browser has your correct address if you follow this link. Or visit our Web site I'm busy writing this monthly column for Linux Magazine magazine. They've agreed to let me put them online as soon as they've appeared in print. Because I'm generally busy (or lazy), I simply ran the source files through the translator so that I could put them online here. It makes them ugly sometimes, but you'll just have to live with that for now until someone comes up with a better solution. Using things from the CPAN (Jun 99) listing Tieing up loose ends (Jul 99) listing ... Intro to objects, part 1 (Apr 00)
CGI Tutorial A free online book on CGI database programming with perl by David Nelson. http://www.expertwebinstalls.com/cgi_tutorial/
Extractions: CGI Tutorial By David Nelson Introduction To CGI Basic Perl Syntax Guide - Variables: scalars, arrays, hashes. Accessing The File System Using Perl What is CGI, and what do I need to know about it to program in it? ... (line by line code explanation) Please rate this cgi tutorial on cgi-resources.com: CGI-Resources Rating: Tell A Friend About This Web Site: Your Name Your Email Friend's Name Friend's Email A Quick Note Privacy Info: Your information is private and NOT STORED. It is ONLY used to generate an email message.
CGI.pm - A Perl5 CGI Library A popular module for CGI programming; read forms, use cookies, and generate HTML. Included in the standard distribution of perl 5. http://stein.cshl.org/WWW/software/CGI/
Extractions: Version 3.04, 01/19/2004, L. Stein This perl 5 library uses objects to create Web fill-out forms on the fly and to parse their contents. It provides a simple interface for parsing and interpreting query strings passed to CGI scripts. However, it also offers a rich set of functions for creating fill-out forms. Instead of remembering the syntax for HTML form elements, you just make a series of perl function calls. An important fringe benefit of this is that the value of the previous query is used to initialize the form, so that the state of the form is preserved from invocation to invocation. A script to create a fill-out form that remembers its state each time it's invoked is very easy to write with CGI.pm: Select this link to try the script Source code examples from The Official Guide to CGI.pm Downloading Installation Function-Oriented vs Object-Oriented Use Creating a new CGI query object ... What's new? The current version of the software can always be downloaded from the master copy of this document maintained at http://stein.cshl.org/WWW/software/CGI/
FreeTechBooks - Free Online Perl Scripting Books s, publishing information, links.Annotated list of free online programming books. Topics range from beginner to advanced. http://www.tcfb.com/freetechbooks/bookperl.html
Extractions: Website Development Website Promotion Generating Revenue Search Engine Optimization ... Forums By: Chris Bowyer, Published: 2003-04-30, Parent Category: Website Programming This is it: it's time to go beyond HTML. Beyond CSS. Beyond JavaScript even. It is time to enter the world of Server-Side programming with Perl! 1 - Background Information If you run a website, you've probably heard of either Perl or CGI at some point. Whether you've merely heard of it, installed a few scripts on your own, or taken one look at the code and turned pale, this tutorial is for you. Perl is a programming language. Many people think CGI is a language, as in, "I'm going to learn CGI," but this is erroneous. Think of CGI as the method in which you use Perl. You can write CGI scripts using other programming languages, but Perl is far the most common due to its relative simplicity and power. Even as more efficient programming languages are starting to take away Perl's popularity, Perl programming remains very popular and learning it is not a waste of time. For example, PHP is similar to Perl in most respects. The syntax used is similar and a lot of the basics are somewhat the same. If you know Perl, you've got a huge head start at learning PHP, and a few other languages as well. Although Perl may be less efficient than other programming languages like PHP or ASP, there are still infinitely more freeware and shareware scripts out there written in Perl than in any other language. In other words, Perl isn't going away anytime soon.
Perl Help perl consultants available for hire, including help with script installation and custom programming. http://www.perlhelp.com/
Extractions: Looking for help with Perl/CGI? This site is here to help you find the resources you need to get your Perl applications up and running fast. From custom programming to setting up simple scripts, we've got the help you need. Many scripts are available for free. If you've found a script that you want to use, and need help setting it up, then feel free to give us a call for rates and availability of our programmers. Perl Help starts at only $80.00 per hour for setting up existing scripts. Many Perl scripts can be set up in only an hour or two and cost less than $160.00 to install. For custom programming, rates may increase with the complexity of the project and the ability of the programmers that choose to offer their help. All of the programmers involved with PerlHelp.com are independent contractors and they set their own rates. We help find a perl programmer that meets your needs. Perl Help Email: support@PerlHelp.com We'll try and answer your question or point you in the right direction for free. Perl Help Hotline: If you need help fast, call the Perl Help Hotline and we'll hook you up with an available programmer that specializes in your needs.
ONLamp.com: What I Hate About Your Programming Language [May. 12, 2003] Text treats general aspects of language choices, then compares hatred of perl, Python, Ruby, PHP, Java, C, C++, JavaScript, XSLT, SQL. With many forum comments. ONLamp.com http://www.onlamp.com/pub/a/onlamp/2003/05/12/languagephilosophy.html
Extractions: Author's note: based on voluminous comments, I've clarified a few places where my original intent was unclear. Thank you all for the feedback! Of course, at a practical level, there are important differences between languages. Different language families make certain techniques easier than others. You'd rarely be able to write a useful procedural program without any variables, but it's common in functional languages. Expressing a logic problem in terms of objects and classes will require a different approach than that of an imperative language.
Dr. Aleksander Olek Malinowski's Web Site Course notes and sample programs for network programming in C++ and STL, Java, perl, and PHP. http://cegt201.bradley.edu/~olekmali/
Extractions: Summer 2: Fall: Recent and videotaped courses Web help for senior projects Computer lab handouts Recent Student Projects ... Dagmara's Web page Olek: Vita CV publications Recent Research Projects ... Society Newsletter (editor in chief for 2002) IES Annual Conference (Industrial IT track chair) On-line Conference Submission System
Learning Perl The Hard Way Book aimed at those who can already program in another language; emphasizes programming style. Distributed under the GNU FDL. PDF/Postscript http://www.greenteapress.com/perl/
Extractions: Green Tea Home Page by Allen B. Downey Do we really need another Perl book? Well obviously I think so, and here's why: In presenting Perl features, I tried to find examples that are interesting in their own right, and that encourage the reader to explore Perl's features. This book is a work in progress. I have some ideas about what will go into the next few chapters, but I am open to suggestions. I am looking for interesting programming projects that highlight some of the moderately advances features of Perl, like inter-process communication, the Perl/tk interface, or one of the infinite number of modules on CPAN.
Net Website Designs Home Design, Flash, ecommerce, programming in JavaScript, ASP, or perl, search engine registration, maintenance, and consulting. Located in Madison, Wisconsin, United States. http://www.netwebsitedesigns.com/
TRIZ For Perl-Programming TRIZ for perlprogramming. 2000; programming perl, Larry Wall, TomChristiansen Randal L. Schwartz, OReilly, 2nd Ed. Sept. 1996. http://www.triz-journal.com/archives/2001/05/a/
Extractions: Email: Michael.Schlueter@philips.com Abstract When implementing a program a potential risk is revealed from discussions. The chance is taken to apply TRIZ to a software problem. The specific mechanism and the required resources to create the identified disaster by the prototype are worked out. TRIZ standard solutions are utilized to derive strong alternative implementations, which will eliminate the disaster completely. As a by-product a preliminary list of Perl-fields is derived in analogy to the lists of physical and chemical TRIZ-fields. Part I Initial Situation Members from the development department can pass problems to a support crew and ask for a solution. In the past this process was organized by a human-based help-desk facility. In an attempt to replace a human as the source of energy and control a program is developed, called CRC2000, which allows to submit a problem statement to the support crew via the available computer network. CRC2000 provides required functionality, which is not available from the current email system. Figure 1 Screenshot of the final CRC2000 program From a users perspective the description of the problem, the severity and the allowable time-period has to be entered into a dialog-form. When clicking with the mouse on the OK button (Figure 1) the required processes are started. A user could click on Cancel by intention to abort the program. From discussion it became evident that there is a severe risk:
Lost+found: Sherzod Ruzmetov's Weblog Author of several perl modules. Writes about Web and programming for the Web. About. Photo gallery. Site archive with book reviews, daily endeavors, documentations, technical reports, tutorials. http://author.handalak.com/
Extractions: Powered by QuickVote 1.39 DAILY ENDEAVORS: Is Class::PObject inheritable? I accidentally came accross a thread last night at PerlMonks which discusses the inheritance problems related to Class::PObject. I am not quite sure why exactly Anonymous Monk wanted to do whatever he wanted to do, but he was right. Children... [ full text comments (1) Daily Endeavors DOCUMENTATIONS: MT::Plugin::PodFilter Movable Type is a personal publishing system. This plugin adds support for publishing POD-formatted documents in your web log. POD stands forPlain Old Documentation, and is a standard markup language of Perl manuals. [ full text comments (0) Documentations May 14, 2004
Programming In Ruby Take the pure object orientation of Smalltalk, remove the quirky syntax and reliance on a workspace. Add the convenience and power of perl, but without the special cases and magic conversions. Give it a clean syntax based partly on Eiffel, add a few concepts from Scheme, CLU, Sather, Common Lisp. You end up with Ruby. Dr. Dobb's Journal http://www.ddj.com/articles/2001/0101/
Extractions: Jump to... Subscribe to DDJ My DDJ Account Premium Services Free Content Source Code Articles Newsletters DDJ Topic Areas Integration Learning Center AI Algorithms Basic Best Practices C/C++ Communications/Networking Computer Security Data Compression Database Development Distributed Computing Graphics Java Linux Patterns/OOD Perl Python-URL! Real-Time Computing Scientific Computing Scripting/Alt. Languages Tcl-URL! UNIX XML and Web Services Welcome New User to DDJ.com. We have over twenty years of experience covering all languages, platforms, and tools. We now provide three levels of web site access from which you can choose. SUBSCRIBE today. DDJ Dr. Dobb's Articles Dr. Dobb's Journal, 2001 > Jan01: Table of Contents DDJ, January 2001
CGI Programming MetaFAQ Directory listing of FAQs about CGI programming. http://www.perl.org/CGI_MetaFAQ.html
Extractions: $Id: CGI_MetaFAQ.html,v 1.3 2001/11/25 10:07:09 comdog Exp $ The Common Gateway Interface, or CGI , defines how clients and servers interact with external processes. This guide is a collection of resource pointers. Should you have a question, it is most likely answered in one of the these resources. HTTP State Management Mechanism (RFC 2109) iPlanet Knowledge Base Article 15: "How to write a server-side CGI program to set and read cookies"
Programmershelp : The One Stop Programmers Resource Collection of resources for many different programming languages ASP, Assembly, C, C++, C , CSS, Delphi, HTML, Java, JavaScript, Pascal, PC interface, PHP, perl, Visual Basic, VBScript, XML. http://www.programmershelp.co.uk/
Extractions: PHP manual and smarty manual are online now. JavaScript 1.5 manual is now available for viewing We have started our forums again. Freelance programming site without the huge signup fees . Visit hirecoders.com now to post or bid on new projects. Looking for low cost domain names then try our store with a wide range of tld's, website hosting, email addresses for business and a whole load of other fantastic offerings. Domain name store The downloads will be back but Yahoo have changed the way that the free service worked, we will post how to access the files but you basically have to have a Yahoo ID (which is free) and then we set you up as a friend and you can get access . the other alternative is the pay service which we cannot afford.