Compare commits

...

4 Commits

Author SHA1 Message Date
tTh
e823f5d883 new bug nest 2024-11-12 08:46:37 +01:00
tTh
00db540bbc oups !!! 2024-11-06 14:29:53 +01:00
tTh
470327b596 vive le monde moderne 2024-11-06 14:28:45 +01:00
tTh
6790bb95ab cosmetic 2024-10-24 10:46:01 +02:00
4 changed files with 17 additions and 1 deletions

3
chap/systemd.tex Normal file
View File

@ -0,0 +1,3 @@
\chapter{systemd}
\label{chap:systemd}

3
chap/systemd.text Normal file
View File

@ -0,0 +1,3 @@
\chapter{systemd}
\label{chap:systemd}

View File

@ -37,7 +37,7 @@ condimentum ante in metus iaculis quis congue diam commodo.
%-------------------------------------------------------------
\section{roff}
\section{La famille \texttt{roff}}
\index{roff}\label{roff} \index{groff}\index{troff}
%

10
code/Perl/listurls.pl Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/perl
use strict;
use LWP::Simple;
use HTML::Parser;
my $page = get "https://tetalab.org";
my $parser = HTML::Parser->new;
$parser->parse($page);