Home

Submit

Source

Feeds

CGI and Perl PERL Socket - Networking Programing

CGI and Perl Miscellaneous
PERL Socket - Networking Programing
CGI and Perl / Miscellaneous
Learn Socket Programming in PERL. There is an explanation of using Socket with examples.

Site: www.tutorialspoint.com Report - View Tutorial

Related Tutorials
CGI and Perl Getting Started
UNIX/CGI/Perl
CGI and Perl / Getting Started
Perl is an interpreted language, like QBasic, with which you can write programs to run on UNIX servers and which you can call from your web pages. Perl is functionally similar to QBasic and the basics of Perl are fairly easy to learn. This part of the tutorial briefly covers UNIX and Perl.

Site: www.garybeene.com Report - View Tutorial

CGI and Perl General Development
Cultured Perl: The elegance of JAPH
CGI and Perl / General Development
A mainstay of the Perl culture, JAPH is a short script that produces the output "Just another Perl hacker." Although written for the beginner or intermediate Perl programmer, this article examines a few simple examples of the JAPH genre that will surprise and engage even the most seasoned devotee.

Site: www-128.ibm.com Report - View Tutorial

CGI and Perl General Development
Benchmarking Perl
CGI and Perl / General Development
In this Part 21 of "The Perl You Need To Know" series, it covers the Benchmark module - the handy Perl stopwatch that allows you to time, optimize, and slim down on code.

Site: wdvl.internet.com Report - View Tutorial

CGI and Perl Getting Started
Perl Commands Summary
CGI and Perl / Getting Started
Knowing which commands work with one another can help you come quickly up to speed on the Perl functions that are available to you. This page provdes a functional grouping of Perl commands.

Site: www.garybeene.com Report - View Tutorial

CGI and Perl General Development
Perl File Handling: open, read, write and close files Perl and CGI
CGI and Perl / General Development
This article describes the facilities provided for Perl file handling.

Site: www.perlfect.com Report - View Tutorial

CGI and Perl Getting Started
Dates and Times in Perl
CGI and Perl / Getting Started
This tutorial shows how to use date and tmes in Perl.

Site: www.codebeach.com Report - View Tutorial

CGI and Perl File Manipulation
Perl 101 (Part 4) - Mind Games
CGI and Perl / File Manipulation
This article teaches you how to use Perl to interact with files on your system, and also provides you with a quick crash course in various array functions.

Site: www.devshed.com Report - View Tutorial

CGI and Perl XML and Perl
XML in Client and Server Communication
CGI and Perl / XML and Perl
This tutorial describes: * Different XML client and server communication models. * XML and Socket Communication Example - GameServer.pl * XML and Socket Communication Example - GameClient.pl

Site: www.herongyang.com Report - View Tutorial

CGI and Perl Getting Started
Comparisons in Perl
CGI and Perl / Getting Started
This tutorial shows how to use simple comparisons and regular expressions in Perl.

Site: www.codebeach.com Report - View Tutorial

CGI and Perl Miscellaneous
Installing ActivePerl (PERL) on RaidenHTTPD web server
CGI and Perl / Miscellaneous
This tutorial teaches you how to install perl environment on a Windows web server system.

Site: www.raidenhttpd.com Report - View Tutorial

CGI and Perl File Manipulation
Using a flat-file database in Perl
CGI and Perl / File Manipulation
Web developers often need ways of speeding up the development process, without spending thousands of dollars for software. Here's how to build an easy to use database in Perl and access it via a Web page.

Site: www.databasejournal.com Report - View Tutorial

CGI and Perl Getting Started
Perl Syntax
CGI and Perl / Getting Started
This tutorial is an introductory look at the Perl language and its syntax.

Site: www.codebeach.com Report - View Tutorial

CGI and Perl File Manipulation
PERL Files & I/O
CGI and Perl / File Manipulation
The basics of handling files are simple: you associate a filehandle with an external entity (usually a file) and then use a variety of operators and functions within Perl to read and update the data stored within the data stream associated with the filehandle.A filehandle is a named internal Perl structure that associates a physical file with a name. All filehandles are capable of read/write access, so you can read from and update any file or device associated with a filehandle. However, when you associate a filehandle, you can specify the mode in which the filehandle is opened.

Site: www.tutorialspoint.com Report - View Tutorial

CGI and Perl General Development
Perl 101 (Part 5) - Sub-Zero Code
CGI and Perl / General Development
This Part 5 of the Perl 101 series introduces you to subroutines and teaches you how to structure your code for maximum reusability. Also included: return values, my() and local() constructs, and a marriage proposal.

Site: www.devshed.com Report - View Tutorial

CGI and Perl Getting Started
Database Management in PERL - DBI
CGI and Perl / Getting Started
The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used.

Site: www.tutorialspoint.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement