| Home | Basic/Intermediate version | Advanced version | Super Advanced version |
This tutorial assumes the following:
1. That extensions for known file types are not hidden. (1. Click Start / My Documents. 2. Click Tools / Folder Options…. 3. Click the View tab. 4. Make sure that Hide extensions for known file types is unchecked.)
2. That you have installed Perl according to the tutorial at:
http://llbest.com/PerlProgramming.htm.
On this web page:
A. Introduction
B. Get the Free Download
C. Main Features
D. Example
E. The Header Line
F. How To Eliminate the Drag and Drop
G. Conclusion
This web page is a tutorial on how to use a free Perl program to do search and replace operations on a basic to intermediate level of complexity. This Perl program, in the form of a .bat file, never has to be changed. It is exactly the same Perl program which is used for the advanced version and the super advanced version. All of the instructions on how to do the search and replace operation(s) are contained in a separate .perlcode file, which is to be dragged and dropped onto the .bat file.
The free download (_SandR_1_BasicToIntermediate.zip) contains the following 3 files:
1. Download now (2.37 KB).
2. Unzip _SandR_1_BasicToIntermediate.zip to a folder called _SandR_1_BasicToIntermediate.
A. Introduction
B. Get the Free Download