This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_sv_vcatpvfn_flags: split the 'need' local var
[perl5.git] / symbian / PerlBase.pod
index 265e2d6..70fc9af 100644 (file)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-CPerlBase - a base class encapsulating a Perl interpreter
+CPerlBase - a C++ base class encapsulating a Perl interpreter in Symbian
 
 =head1 SYNOPSIS
 
@@ -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().
@@ -137,6 +137,8 @@ Like ParseAndRun() but works for Symbian filenames (UTF-16LE).
 The UTF-8 version of aFileName is always argv[argc-1], and argv[0]
 is always "perl".
 
+=back
+
 =head2 Macros
 
 =over 4