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

Imager - Create and Save Image
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-12, ∼173🔥, 0💬

Defining Your Own Perl Module
This section provides a tutorial example on how to define your own Perl module with its own name space and stored in a separate script file named as *.pm.
2022-10-09, ∼172🔥, 0💬

Hard References - Addresses of Memory Objects
This chapter provides tutorial examples and notes about hard references, addresses of memory objects. Topics include taking hard references with the reference operator, \ on variables, functions or anonymous objects; using hard references in the same way as soft references by using curly brackets {}...
2022-11-16, ∼171🔥, 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, ∼170🔥, 0💬

RPC::XML::Server - XML-RPC Server Interface Class
This section describe the RPC::XML::Server class - the RPC-XML server and programming interface for remote method call handlers.
2022-12-02, ∼169🔥, 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, ∼169🔥, 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, ∼169🔥, 0💬

LWP::UserAgent and Web Site Testing
This chapter provides tutorial examples and notes about using LWP::UserAgent Perl class. Topics include introduction of LWP::UserAgent, HTTP::Request, HTTP:Response, and HTTP::Cookies classes; using get(), post() and request() methods to send HTTP requests with GET or POST; following HTTP redirects;...
2022-10-07, ∼169🔥, 0💬

LWP-UserAgent-POST-Redirect.pl - Posting with Redirects
This section provides a tutorial example on how to send a POST request to a Web server with form input data, follow HTTP redirects, and dump all request and response messages .
2022-10-06, ∼169🔥, 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, ∼169🔥, 0💬

What Is Common Gateway Interface (CGI)?
This section describes what is CGI (Common Gateway Interface) - a protocol defines how a Web server program interacts with application programs.
2022-10-07, ∼168🔥, 0💬

LWP-UserAgent-GET.pl - Sending a GET Request
This section provides a tutorial example on how to send a GET request to a Web server and dump both request and response messages.
2022-10-05, ∼168🔥, 0💬

"keyattr" - Namings Attributes as Keys
This section provides a tutorial example on how to use the 'keyattri' option to promote values of specified attributes to be hash keys. The default is 'keyattr =&gt; [name, key, id]'.
2022-10-05, ∼168🔥, 0💬

Scalar Value Constructors
This section describes what is a scalar value constructor, a numeric literal or a string literal, and what are syntax rules on using scalar value constructors.
2022-10-18, ∼167🔥, 0💬

DBM Database Example - English French Dictionary
This section provides a tutorial example of using DBM database files to build an English to French dictionary with insert, update, delete and print functions.
2022-10-08, ∼166🔥, 0💬

Objects (or References) and Classes (or Packages)
This chapter provides tutorial examples and notes about objects and classes. Topics include converting references to objects by bless(); using packages as classes; invoking package subroutines as class or object methods; creating objects within a package by new(); Example of a simple Perl class, Cal...
2022-10-07, ∼166🔥, 0💬

do() Function - Including Script Files
This section provides a tutorial example on how to use do() function to include script code from another file into the current script file.
2022-11-01, ∼165🔥, 0💬

Perl on Linux Systems
This chapter provides tutorial examples and notes about using Perl on Linux systems. Topics include verifying Perl installation; running Perl scripts in different ways; making a Perl script file executable.
2022-10-08, ∼165🔥, 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, ∼164🔥, 0💬

Sending Arrays with Remote Method Calls
This section provides a tutorial example on how to send and received an array as an input of the remote method call. All arrays are passed as hard references.
2022-10-11, ∼164🔥, 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, ∼164🔥, 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, ∼163🔥, 0💬

References
List of reference materials used in this book.
2022-11-19, ∼162🔥, 0💬

Commonly Used Debugging Commands
This section describes how to run the Perl built-in debugger with the 'perl -d' option. Commonly used debugging commands are also provided.
2022-10-31, ∼162🔥, 0💬

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