Compare commits
4 Commits
e27ac13e68
...
e823f5d883
Author | SHA1 | Date | |
---|---|---|---|
|
e823f5d883 | ||
|
00db540bbc | ||
|
470327b596 | ||
|
6790bb95ab |
3
chap/systemd.tex
Normal file
3
chap/systemd.tex
Normal file
@ -0,0 +1,3 @@
|
||||
\chapter{systemd}
|
||||
\label{chap:systemd}
|
||||
|
3
chap/systemd.text
Normal file
3
chap/systemd.text
Normal file
@ -0,0 +1,3 @@
|
||||
\chapter{systemd}
|
||||
\label{chap:systemd}
|
||||
|
@ -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
10
code/Perl/listurls.pl
Executable 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);
|
||||
|
Loading…
Reference in New Issue
Block a user