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

Sending a Remote Method Call as a HTTP Request
This section describes how a remote method call XML message can be delivered to the remote machine as a HTTP request. Extra request head lines are used.
2022-11-06, ∼207🔥, 0💬

Redirecting Browser to a URI
This section provides a tutorial example on how to redirect the browser to go to a new URI with the redirect() method in the CGI.pm module.
2022-10-14, ∼207🔥, 0💬

Scalar Value Interpretation
This section describes how a scalar value will be interpreted in an operation. A tutorial example is provided to verify scalar value interpretation rules.
2022-10-14, ∼207🔥, 0💬

CGI.pm Module for Building Web Pages
This chapter provides tutorial examples and notes about the CGI.pm Perl model. Topics include CGI.pm introduction; creating HTML documents; retrieving query parameters and header information; retrieving environment information; redirecting to new URI; refreshing Web pages; managing HTTP cookies.
2022-10-11, ∼207🔥, 0💬

What Is RPC::XML?
This section describes what is RPC::XML - a Perl module that implements the XML-RPC specification. It helps you to build remote method call XML messages and making XML-RPC calls faster and easier.
2022-10-11, ∼207🔥, 0💬

RpcXmlClient.pl - RPC::XML Client Sample Program
This section provides a tutorial example on how to write a RPC::XML client sample program, RpcXmlClient.pl, to test remote methods offered by the server sample program, RpcXmlServer.pl.
2022-10-11, ∼206🔥, 0💬

Symbolic (or Soft) References
This chapter provides tutorial examples and notes about symbolic (or soft) references. Topics include replacing variable or function identifiers with string expressions in curly brackets {}; using scalar variables without {}; using the dereference operator -&gt; with array, hash, or function sub...
2022-10-04, ∼205🔥, 0💬

Expressions, Operations and Simple Statements
This chapter provides tutorial examples and notes about expressions, operations, and simple statements. Topics include different examples of expressions; expression evaluation contexts: scalar and list contexts; simple statements: an expression terminated by a semicolon; simple statement modifiers.
2022-11-19, ∼204🔥, 0💬

<file_handle> - Reading Data from File Handles
This section describes various ways to use the &lt;file_handle&gt; operator in different ways to read data from file handles.
2022-10-04, ∼204🔥, 0💬

http-equiv="Refresh" Meta Tag not Followed
This section provides a tutorial example showing that the LWP::UserAgent get() method does not follow the http-equiv='Refresh' meta tag in the response.
2022-10-04, ∼204🔥, 0💬

HTTP::Cookies save() not Saving Temporary Cookies
This section provides a tutorial example showing that the save() method in the HTTP::Cookies class does not save any temporary (non-persistent) cookies to the cookie jar file.
2022-10-04, ∼204🔥, 0💬

What Is XML-RPC?
This section describes what is XML-RPC - a specification on how to make a Remote Procedure call (RPC) by passing XML messages using HTTP requests and responses over the Internet.
2022-11-02, ∼203🔥, 0💬

Simple Statements and Modifiers
This section describes simple statements - an expression terminated with semicolon. Simple statements can have modifiers: if, unless, while, until, foreach.
2022-10-26, ∼203🔥, 0💬

Using Array Variables
This section describes how an array variable can be assigned with a list value. Array elements are referred by subscription notation as scalar expressions, like $identifier[i]. An unassigned array variable contains the (undef) value.
2022-10-24, ∼203🔥, 0💬

SubParamList.pl - Example on Parameter List
This section provides a tutorial example on how the parameter list is passed to and received in a user defined subroutine by the local array variable @_.
2022-10-24, ∼202🔥, 0💬

String Built-in Functions and Performance
This chapter provides tutorial examples and notes about string built-in functions and performance. Topics include string built-in functions: chop(), length(), index(), substr() and split() functions; Perl functions are 2 times slower than Java functions.
2022-11-16, ∼201🔥, 0💬

Using Scalar Variables
This section describes how a scalar variable can be assigned with a scalar value. An unassigned scalar variable contains the (undef) value. The undef() function removes the assigned value from a scalar variable.
2022-10-08, ∼201🔥, 0💬

String Related Built-in Functions
This section describes built-in functions to manipulate strings: chop(), length(), index(), substr(), split().
2022-10-17, ∼200🔥, 0💬

Running Perl Scripts in "htdocs"
This section describes how to change Apache HTTP server configuration and run Perl CGI (Common Gateway Interface) scripts in the default DocumentRoot directory: \local\apache\htdocs.
2022-10-14, ∼200🔥, 0💬

Copy.pl - Copying Binary Files
This section provides a tutorial example of copying a file in binary mode using the binmode() function on input and output.
2022-10-05, ∼200🔥, 0💬

Installing RPC::XML Module
This section provides a tutorial example on how to install the Perl module, RPC::XML 0.57, on Windows, downloaded from blackperl.com.
2022-10-06, ∼199🔥, 0💬

Install Imager::File::PNG Manually
This section provides a tutorial example on how to install Imager::File::PNG Perl module manually from source code files on macOS. Installation failed with wrong architecture in LIBPNG library.
2022-11-03, ∼198🔥, 0💬

CGI (Common Gateway Interface)
This chapter provides tutorial examples and notes on CGI (Common Gateway Interface). Topics include CGI protocol specifications; environment variables provided by IIS; CGI query string; CGI example program.
2022-11-02, ∼198🔥, 0💬

SubReturnValue.pl - Example on Return Values
This section provides a tutorial example on how a list value can be returned from a subroutine to the caller using the return statement.
2022-10-19, ∼198🔥, 0💬

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