Parameters for the goal:
| Parameter | Type | Expression | Default Value | Description |
|---|---|---|---|---|
assumeLoop (Optional) |
boolean
|
-
|
false
|
Assume 'while gets(); ... end' loop around your script. |
assumePrintLoop (Optional) |
boolean
|
-
|
false
|
Assume loop like 'assumeLoop' but print line also like sed. |
autoSplit (Optional) |
boolean
|
-
|
false
|
Autosplit mode with 'assumeLoop' or 'assumePrintLoop' (splits $_ into $F) |
debug (Optional) |
boolean
|
-
|
false
|
Sets debugging flags (set $DEBUG to true). |
libraryPaths (Optional) |
String
|
-
|
-
|
Specifies $LOAD_PATH directories. |
processLineEnds (Optional) |
boolean
|
-
|
false
|
Enable line ending processing. |
requiredLibs (Optional) |
String
|
-
|
-
|
Require the library, before executing your script. |
ruby (Optional) |
String
|
-
|
-
|
A block of ruby code to be executed. |
script (Optional) |
File
|
-
|
-
|
A path to a ruby script file to be executed. |
warning (Optional) |
int
|
-
|
1
|
Set warning level; 0=silence, 1=medium, 2=verbose |