Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e823f5d883 | ||
|
|
00db540bbc | ||
|
|
470327b596 | ||
|
|
6790bb95ab |
@@ -0,0 +1,3 @@
|
|||||||
|
\chapter{systemd}
|
||||||
|
\label{chap:systemd}
|
||||||
|
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
\chapter{systemd}
|
||||||
|
\label{chap:systemd}
|
||||||
|
|
||||||
+1
-1
@@ -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}
|
\index{roff}\label{roff} \index{groff}\index{troff}
|
||||||
|
|
||||||
%
|
%
|
||||||
|
|||||||
Executable
+10
@@ -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);
|
||||||
|
|
||||||
Reference in New Issue
Block a user