diff options
Diffstat (limited to 'symbian/PerlBase.pod')
-rw-r--r-- | symbian/PerlBase.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/symbian/PerlBase.pod b/symbian/PerlBase.pod index 265e2d6d8b..2203b961f0 100644 --- a/symbian/PerlBase.pod +++ b/symbian/PerlBase.pod @@ -111,7 +111,7 @@ will get the error). int Run() -Start executing an interpeter. A Parse() must have been called before +Start executing an interpreter. A Parse() must have been called before a Run(): use 3 and { "", "-e", 0 } if you do not have an argv. Note that a call to Parse() is required before Run(). |