1 2 3 4 5 6 > >>   ∑:173  Sort:Rank

Installing Apache HTTP Server 2.2.25 on Windows
This section describes how to install Apache 2.2.25 binary distribution on Windows systems.
2023-12-22, 1829🔥, 4💬

💬 2016-06-19 Herong: that was an interesting test.

💬 2016-06-17 a: <?php echo 'hello'; ?>

ReadParse() - Parsing Web Form Input Values
This section describes functions provided in the CGI library, cgi-bin.pl. It also provides a tutorial example on how to use the ReadParse() to parse Web form input values and other functions.
2023-09-21, 3722🔥, 12💬

💬 2022-09-22 abc: thanks

💬 2018-10-08 asdf: good

💬 2017-08-29 gerry: coo tutorial

💬 2015-10-30 Herong: Thank you, Yair. Your comment shows that form input values are processed correctly on my site for Hebrew language.

💬 2015-10-21 יאיר: שלום

Installing NMake 1.5
This section provides a tutorial example on how to install the 'make' utility on Windows, NMake 1.5, to help installing the RPC::XML Perl module.
2023-05-12, 30256🔥, 21💬

💬 2023-05-12 Fathi: thanks for providing such a tool

💬 2023-01-31 Bob Bobbette: meaningful comments. Thanks! ☺

💬 2017-11-16 Ye Hongshaui: Very good

💬 2017-11-02 lxddd: thank you very much!

💬 2017-08-18 zhaogt: verry good!

(More comments ...)

Downloading Apache HTTP Server 2.2.25 for Windows
This section describes how to download Apache (HTTP Server) 2.2.25 binary distribution for Windows systems.
2023-05-10, 13446🔥, 16💬

💬 2023-05-10 kornjvc: Thanks

💬 2020-04-20 Daniel Morris: This service is best service for best people

💬 2018-09-07 lijun: duo xie

💬 2018-03-30 ywb: 体验

💬 2018-02-28 黄先生: 多谢

(More comments ...)

open() - Opening File Handles for Input and Output
This section describes various ways to use the open() function to open file handles to input data from files or output data to files, input data from another process or output data to another process.
2023-03-23, 392🔥, 1💬

💬 2023-03-23 SILAS: I am writing a script that concatenates two input files into an output file. Once that is complete, I would like to use the resu...

Running Perl Scripts in "cgi-bin"
This section describes how to verify Apache httpd configuration and run Perl CGI (Common Gateway Interface) scripts in the default ScriptAlias directory: \local\apache\cgi-bin.
2022-12-21, 864🔥, 1💬

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, 105🔥, 0💬

"package" Statement - Switching Name Space
This section provides a tutorial example on how to switch name space with the 'package' statement and how to access identifiers from other name space with double colon '::'.
2022-11-24, 101🔥, 0💬

RpcXmlServer.pl - RPC::XML Server Sample Program
This section provides a tutorial example on how to write a RPC::XML server sample program, RpcXmlServer.pl, supporting 3 remote methods: com.herong.hello, com.herong.getCelsius, and com.herong.getInfo.
2022-11-24, 104🔥, 0💬

SubCalling.pl - Example on Calling Formats
This section provides a tutorial example on how a subroutine can be called with different calling formats.
2022-11-20, 103🔥, 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, 103🔥, 0💬

References
List of reference materials used in this book.
2022-11-19, 102🔥, 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 => 1' option is needed if you want to text elements to parsed as arrays.
2022-11-18, 107🔥, 0💬

SubParamAlias.pl - Example on Parameters as Alias
This section provides a tutorial example on how parameters are passed as aliases - modifying the value of a parameter will cause the value of the original variable updated in caller's code.
2022-11-18, 100🔥, 0💬

Declaring and Calling Subroutines
This section describes some important rules about declaring and calling user defined subroutines: parameters are passed as a list value stored in the special local variable @_; subroutines are normally called with their name prefixed with &.
2022-11-18, 106🔥, 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, 101🔥, 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, 108🔥, 0💬

GameClient.pl - XML Communication Client Example
This section provides a tutorial example on how write an XML communication client program to connect to a server, send and receive XML messages.
2022-11-10, 101🔥, 0💬

Including Script Codes from Other Files
This section describes how to include script code from other files by using the do() function, or the require() function.
2022-11-09, 115🔥, 0💬

Debugging Tutorial Session
This section provides a debugging tutorial session to investigate a script by setting break points, stepping through each statement, printing variable values.
2022-11-09, 103🔥, 0💬

Retrieving Environment and Script Information
This section provides a tutorial example on how to retrieve information about the Web server environment and about the current CGI script file.
2022-11-06, 102🔥, 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, 104🔥, 0💬

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, 102🔥, 0💬

Built-in Functions to Work with the File System
This section describes Perl built-in functions, chdir(), mkdir(), rmdir(), and unlink() to work with the file system, like to change the current directory, make or remove a directory, or delete a file.
2022-11-04, 101🔥, 0💬

1 2 3 4 5 6 > >>   ∑:173  Sort:Rank