website diff en/doc/handbook/development.html @ rev 117
en: Typos, spelling, wording, etc.
author | Mike D. Smith <MikeDSmith25@gmail.com> |
---|---|
date | Sat Jul 19 16:23:18 2008 +0000 (2008-07-19) |
parents | b9186eb65961 |
children | d43b14063442 |
line diff
1.1 --- a/en/doc/handbook/development.html Sun Jun 15 13:46:00 2008 +0000 1.2 +++ b/en/doc/handbook/development.html Sat Jul 19 16:23:18 2008 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 1.5 <meta name="description" content="slitaz English handbook" /> 1.6 <meta name="expires" content="never" /> 1.7 - <meta name="modified" content="2008-02-26 18:30:00" /> 1.8 + <meta name="modified" content="2008-07-16 23:00:00" /> 1.9 <meta name="publisher" content="www.slitaz.org" /> 1.10 <meta name="author" content="Christophe Lincoln"/> 1.11 <link rel="shortcut icon" href="favicon.ico" /> 1.12 @@ -152,8 +152,8 @@ 1.13 On SliTaz you can use the powerful scripting language Perl 1.14 via the <code>perl</code> or <code>microperl</code> binary. Microperl is a streamlined version of perl - 1.15 compiled from official sources, Perl scripts running Microperl are compatible with the complete version of Perl. 1.16 -One of Perl's strengths is it's portability, it can used on any system and it's an interpreted language, 1.17 -this means that the code doesn't need to be compiled and can be used directly. On SliTaz Perl and Microperl 1.18 +One of Perl's strengths is its portability, it can be used on any system and it's an interpreted language, 1.19 +which means that the code doesn't need to be compiled and can be used directly. On SliTaz Perl and Microperl 1.20 are not installed by default on LiveCD; you can either rebuild your ISO or install through the package 1.21 manager. Note: Microperl is only 1 MB and provides no modules: 1.22 </p>