|
Enter a few words to search the scripts, or read the search tips. |
|
START |
|
|---|---|
|
how to start a perl prog - set variables from the command line - have default values for the variables for the case when values are not given on the command line |
|
OPEN |
READ |
|---|---|
|
how to open a file for reading and loop through the lines CHECK THE FORM OF THE PAREN's |
|
|
how to open a file for reading and put the entire file into an array with records than can be accessed |
|
|
how to split/parse a variable |
|
|
how to remove the line feed |
|
OPEN |
WRITE |
|---|---|
|
open a file for either writing or appending |
|
|
print commands - filehandle |
|
|
prinf commands including the types of format |
|
OPEN |
RESULTS OF SYSTEM CALL |
|---|---|
|
put the results of a unix command into a usable aray |
|
INOUT/OUTPUT |
|
|---|---|
|
Accept input from the keyboard |
|
STRINGS |
|
|---|---|
|
Search a variable for a given string |
|
CONTROL |
|
|
|---|---|---|
|
if control statements and operators (tests) |
||
|
while control |
||
| for.pl |
for loop |
|
SUB/FUNCTIONS |
|
|---|---|
|
how to define a function - in this case arcsin |