Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

Super Débutant

6 réponses
Avatar
Bonjour
Je débute (je voudrais débuter) en Perl. Je suis sous linux, j'ai fait
perl -v et j'ai cette réponse

This is perl, v5.8.0 built for i386-linux-thread-multi
(with 1 registered patch, see perl -V for more detail)

Copyright 1987-2002, Larry Wall

Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.

Il y a longtemps, quand je codais en quick-basic 4.5, j'étais dans un
environnement de programmation. Il fallait lancer un exe: qb/ah/l !
Mais en Perl, comment fait-on, où code-t-on ?

Oui, je sais, c'est vraiment débutant !

Philippe

6 réponses

Avatar
Slayne
On 10. 05. 04 22:25, none wrote:
Bonjour
Je débute (je voudrais débuter) en Perl. Je suis sous linux, j'ai fait
perl -v et j'ai cette réponse

This is perl, v5.8.0 built for i386-linux-thread-multi
(with 1 registered patch, see perl -V for more detail)

Copyright 1987-2002, Larry Wall

Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.

Il y a longtemps, quand je codais en quick-basic 4.5, j'étais dans un
environnement de programmation. Il fallait lancer un exe: qb/ah/l !
Mais en Perl, comment fait-on, où code-t-on ?

Oui, je sais, c'est vraiment débutant !

Philippe



Il y a longtemps, mais alors *trèèèèèèèèèèèèèèèèèès* longtemps, les gens
lisait la doc...

Commence par là : http://www.lhullier.org/publications/perl.html

Avatar

Il y a longtemps, mais alors *trèèèèèèèèèèèèèèèèèès* longtemps, les gens
lisait la doc...

Commence par là : http://www.lhullier.org/publications/perl.html


C'est vrai... J'ai regardé. Donc un simple gedit sous linux suffit pour
écrire en Perl, l'essentiel étant de mettre en première ligne
#!/usr/bin/perl -w et de rendre le fichier exe par chmod et ./
Bien
Je ne vais pas te demander à quoi sert chmod ... Il y a surement une doc
en français quelque part ...
Philippe

Avatar
GuiGui

Je ne vais pas te demander à quoi sert chmod ... Il y a surement une doc
en français quelque part ...


man chmod

Avatar
fld
un exe et une dll + un notepad sous windows suffisent pour faire de
belle chose sous windows. :)


Il y a longtemps, quand je codais en quick-basic 4.5, j'étais dans un
environnement de programmation. Il fallait lancer un exe: qb/ah/l !
Mais en Perl, comment fait-on, où code-t-on ?

Oui, je sais, c'est vraiment débutant !

Philippe



Avatar
fld
un exe et une dll + un notepad sous windows suffisent pour faire de
belle chose sous windows. :)


Il y a longtemps, quand je codais en quick-basic 4.5, j'étais dans un
environnement de programmation. Il fallait lancer un exe: qb/ah/l !
Mais en Perl, comment fait-on, où code-t-on ?

Oui, je sais, c'est vraiment débutant !

Philippe



Avatar
tyoup
fld wrote:

un exe et une dll + un notepad sous windows suffisent pour faire de
belle chose sous windows. :)


c'est pas trop dûr de modifier l'exe et la dll avec notepad ?

--
tyoup