<< < 1 2 3 4 5 6 7 8 > >>   ∑:177  Sort:Date

RPC::XML - Perl Implementation of XML-RPC
This chapter provides tutorial examples and notes on the RPC::XML Perl module. Topics include introduction of RPC::XML classes: server, client, request, etc.; installing of NMake 1.5 and RPC::XML 0.57; sample server and client programs supporting 3 remote methods; sending arrays with remote method c...
2022-10-11, ∼218🔥, 0💬

LWP-UserAgent-Request-Cookies.pl - Sending Request with Cookies
This section provides a tutorial example on how to convert all cookies into persistent cookies, save them to a cookie jar file, and attach them to subsequent requests.
2022-10-06, ∼218🔥, 0💬

Open Directories and Read File Names
This chapter provides tutorial examples and notes about opening directories. Topics include using opendir() to open a directory handle for a given path name; using readdir() to read file names and sub directory names; using recursive methods to process all files of a directory tree.
2022-10-06, ∼214🔥, 0💬

"forcearray" - Forcing Element Contents as Arrays
This section provides a tutorial example on how to use the 'forcearray' option to parse XML element contents as arrays instead of hashes.
2022-10-04, ∼214🔥, 0💬

Perl on macOS Computers
This chapter provides tutorial examples and notes on using Perl on macOS computers. Topics include verify Perl installation on macOS; installing Xcode Command Line Tools; configuring CPAN Shell tool; installing Perl module from CPAN repository; installing Perl module from source code.
2022-10-17, ∼211🔥, 0💬

Using DBM Database Files
This chapter provides tutorial examples and notes on DBM database files. Topics include using dbmopen() to connect a hash variable to a DBM database; example scripts of storing two and multiple columns in DBM database files.
2022-10-08, ∼206🔥, 0💬

XML-RPC - Remote Procedure Call with XML and HTTP
This chapter provides tutorial examples and notes on XML-RPC. Topics include XML-RPC specifications; defining RPC calls as XML messages; sending RPC calls as HTTP requests; defining returning values as XML messages; receiving returning values as HTTP responses.
2022-11-06, ∼205🔥, 0💬

500 Internal Server Error
This section provides a tutorial on how to troubleshoot the '500 Internal Server Error'. Several common causes of this error are listed.
2022-10-08, ∼204🔥, 0💬

stat() - Returns File Statistics
This section provides a tutorial example on using stat() to return many statistics of the specified file, including file size, creation time, and last modification time.
2022-10-08, ∼202🔥, 0💬

IIS Environment Variables
This section describes what environment variables are provided by the IIS server for CGI programs.
2022-10-04, ∼202🔥, 0💬

XML Parsing Options
This section describes commonly used options supported by the XML::Simple module that controls how to handle root element and empty elements. 'forcearray =&gt; 1' option is needed if you want to text elements to parsed as arrays.
2022-11-18, ∼200🔥, 0💬

Install LIBPNG from Source Code
This section provides a tutorial example on how to install LIBPNG library manually from source code files on macOS.
2022-10-12, ∼200🔥, 0💬

Imager::File::PNG - PNG File Format
This section provides a tutorial example on how to install Imager::File::PNG Perl module using CPAN Shell. Installation failed with 'lpng' library missing.
2022-10-12, ∼200🔥, 0💬

What Is HTTP::Request?
This section describes what is HTTP::Response - a Perl class that represents the HTTP request message to be sent to a Web server.
2022-10-11, ∼198🔥, 0💬

Performance of Java substring() and indexOf()
This section provides a tutorial example to test performance of 2 Java built-in functions: substring() and indexOf() on a Window 2000 system.
2022-10-04, ∼195🔥, 0💬

Image and Picture Processing
This chapter provides tutorial examples and notes on creating and processing images and managing image file formats. Topics include installing 'Imager' module; drawing graphical elements; converting image file formats; trying to install 'Imager::File::PNG'.
2022-10-17, ∼194🔥, 0💬

User Defined Subroutines
This chapter provides tutorial examples and notes about user defined subroutines. Topics include parameters are passed as aliases of the original variables; parameters are received in local array variable @_; list value can be returned from a subroutine; a subroutine can be called in many ways.
2022-10-06, ∼194🔥, 0💬

What Is Socket Communication?
This section describes the socket communication model on the Internet network. A socket represents one end-point of a two-way communication link between two programs running on the Internet network.
2022-11-02, ∼193🔥, 0💬

What Is ActivePerl?
This section describes what is ActivePerl - a free Perl engine for Windows, Linux and other platforms developed by ActiveState.
2022-10-05, ∼192🔥, 0💬

XML Communication Model
This chapter provides tutorial examples and notes on XML communication model. Topics include sending and receiving XML messages over socket communication connections; XML communication server and client sample programs: GameServer.pl and GameClient.pl.
2022-10-18, ∼191🔥, 0💬

File System Functions and Operations
This chapter provides tutorial examples and notes about file system functions and operations. Topics include using built-in functions to create and remove directories; using unlink() to delete files; using file test operators; using stat() to return file statistics.
2022-10-10, ∼190🔥, 0💬

XML::Simple Module - XML Parser and Generator
This chapter provides tutorial examples and notes on the XML::Simple module. Topics include XMLin() method to parse an XML string into a hash; XMLout() method to generator an XML string from a hash; XML::Simple options: forcearraym, suppressempty, and keyattri; working with XML hashes.
2022-10-09, ∼190🔥, 0💬

Imager - Convert Image File Format
This section provides a tutorial example on how to convert image file from one format to another format using read() and write() functions from the Perl Imager module.
2022-10-31, ∼189🔥, 0💬

Integrating Perl with Apache Web Server
This chapter provides tutorial notes on installing Apache Web server on Windows systems. Topics include downloading and installing Apache 2.2.25 binary distribution; configuring Apache to run Perl as CGI scripts; testing Perl scripts on Apache server; 500 Internal Server Error; using cgi-lib.pl libr...
2022-10-11, ∼188🔥, 0💬

<< < 1 2 3 4 5 6 7 8 > >>   ∑:177  Sort:Date