#!/usr/bin/perl
use utf8;
$width = 556;
$height = 303;
$y_start = 10;
$border = 10; #- for leftish text
# Use text for bold
# @text = ([ N("text to display"), center => 1 ],
@text = ([ N("Development Languages"), center => 1 ],
' ',
N("With all these powerful tools, you will be able to write applications in dozens of programming languages:"),
N(" * The famous C language."),
N(" * Object oriented languages:"),
N(" * C++"),
N(" * Java™"),
N(" * Scripting languages:"),
N(" * Perl"),
N(" * Python"),
N(" * And many more."));