Skip to content

Commit a5b242b

Browse files
committed
local link
1 parent 87a9996 commit a5b242b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

perl-on-the-command-line.tt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ Start -> Run -> type in "cmd" -> ENTER
3131

3232
You will see the black window of CMD with a prompt that probably looks like this:
3333

34-
<pre>
34+
<code>
3535
c:\>
36-
</pre>
36+
</code>
3737

3838
<h2>Perl version</h2>
3939

4040
Type in <hl>perl -v</hl>. This will print something like this:
4141

42-
<pre>
43-
C:\>perl -v
42+
<code>
43+
C:\> perl -v
4444

4545
This is perl 5, version 12, subversion 3 (v5.12.3)
4646
built for MSWin32-x86-multi-thread
@@ -53,7 +53,7 @@ GNU General Public License, which may be found in the Perl 5 source kit.
5353
Complete documentation for Perl, including FAQ lists, should be found on
5454
this system using "man perl" or "perldoc perl". If you have access to the
5555
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
56-
</pre>
56+
</code>
5757

5858
Based on this, I can see that I have version 5.12.3 of Perl installed on this Windows machine.
5959

@@ -104,6 +104,6 @@ by Peteris Krumins.
104104
<h2>Next</h2>
105105

106106
The next part is about
107-
<a href="http://szabgab.com/core-perl-documentation-cpan-module-documentation.html">core Perl documentation and CPAN module documentation</a>.
107+
<a href="/core-perl-documentation-cpan-module-documentation">core Perl documentation and CPAN module documentation</a>.
108108

109109

0 commit comments

Comments
 (0)