@@ -8,13 +8,13 @@ What is Strawberry Perl?
88------------------------
99
1010* 'Perl' is a programming language suitable for writing simple scripts as well
11- as complex applications. See http ://perldoc.perl.org/perlintro.html
11+ as complex applications. See https ://perldoc.perl.org/perlintro.html
1212
1313* 'Strawberry Perl' is a perl environment for Microsoft Windows containing all
1414 you need to run and develop perl applications. It is designed to be as close
15- as possible to perl environment on UNIX systems. See http ://strawberryperl.com/
15+ as possible to perl environment on UNIX systems. See https ://strawberryperl.com/
1616
17- * If you are completely new to perl consider visiting http ://learn.perl.org/
17+ * If you are completely new to perl consider visiting http2 ://learn.perl.org/
1818
1919Installation instructions: (.ZIP distribution only, not .MSI installer)
2020-----------------------------------------------------------------------
@@ -30,7 +30,7 @@ Installation instructions: (.ZIP distribution only, not .MSI installer)
3030 Perl's environment variables for the current user only.
3131
3232* If having a fixed installation path does not suit you, try "Strawberry Perl
33- Portable Edition" from http ://strawberryperl.com/releases.html
33+ Portable Edition" from https ://strawberryperl.com/releases.html
3434
3535How to use Strawberry Perl?
3636---------------------------
@@ -41,14 +41,14 @@ How to use Strawberry Perl?
4141
4242 c:\> perl c:\path\to\script.pl
4343
44- 2. install additional perl modules (libraries) from http ://www.cpan .org/ by
44+ 2. install additional perl modules (libraries) from https ://www.metacpan .org/ by
4545
46- c:\> cpan Module::Name
46+ c:\> cpanm Module::Name
4747
4848 3. run other tools included in Strawberry Perl like: perldoc, gcc, [%maketool || 'dmake'%] ...
4949
5050* You'll need a text editor to create perl scripts. One is NOT included with
5151 Strawberry Perl. A few options are Padre (which can be installed by running
5252 "cpan Padre" from the command prompt) and Notepad++ (which is downloadable at
53- http ://notepad-plus-plus.org/ ) which both include syntax highlighting
53+ https ://notepad-plus-plus.org/ ) which both include syntax highlighting
5454 for perl scripts. You can even use Notepad, if you wish.
0 commit comments