data: perl
authorFrantišek Kučera <franta-hg@frantovo.cz>
Fri, 16 Aug 2013 14:15:38 +0200
changeset 7365a956596368
parent 72 94be42998f6a
child 74 834d32f01b00
data: perl
data/dictionary.xml
     1.1 --- a/data/dictionary.xml	Fri Aug 16 14:09:02 2013 +0200
     1.2 +++ b/data/dictionary.xml	Fri Aug 16 14:15:38 2013 +0200
     1.3 @@ -1414,8 +1414,15 @@
     1.4  		<tag>computer</tag>
     1.5  	</concept>
     1.6  	<concept>
     1.7 -		<term abbreviation="" completeForm="Perl" language="en"/>
     1.8 -		<explanation language="en"><text></text></explanation>
     1.9 +		<term abbreviation="Perl" completeForm="Practical Extraction and Reporting Language" language="en"/>
    1.10 +		<explanation language="en">
    1.11 +			<text>
    1.12 +				an interpreted dynamic programming language;
    1.13 +				popular in UNIX environment for scripting and text processing;
    1.14 +				Perl syntax allows very effective and elegant notation especially while working with regular expressions, but sometimes it is hard to read;
    1.15 +				its implementation is free software
    1.16 +			</text>
    1.17 +		</explanation>
    1.18  		<tag>computer</tag>
    1.19  	</concept>
    1.20  	<concept>