blob: 9c252bb777f1bb62f9ee55bb26db525ce7b7bab6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/perl
$width = 556;
$height = 303;
$y_start = 10;
$title = N("Mandrake Linux 9.2: the ultimate development platform");
@text = (N("To modify and to create in different languages such as Perl, Python, C and C++ has never been so easy thanks to GNU gcc 3 and the best Open Source development environments."));
|