|
@@ -45,11 +45,11 @@ my @membres = ("Apinnet",
|
|
"tetaneutral.net",
|
|
"tetaneutral.net",
|
|
"Igwan.net",
|
|
"Igwan.net",
|
|
"Aïl-network",
|
|
"Aïl-network",
|
|
- "Neutrinet"
|
|
|
|
|
|
+ "Neutrinet",
|
|
|
|
+ "TDN"
|
|
);
|
|
);
|
|
|
|
|
|
my @nonmembres = ( "Vianet",
|
|
my @nonmembres = ( "Vianet",
|
|
- "TDN",
|
|
|
|
"Armagnet",
|
|
"Armagnet",
|
|
"DRN",
|
|
"DRN",
|
|
"Troyes Télécom"
|
|
"Troyes Télécom"
|
|
@@ -126,14 +126,14 @@ say $fh "**Nouvelle des membres triés par tirage aléatoire** (avec un *prng* i
|
|
say $fh "";
|
|
say $fh "";
|
|
foreach (shuffle @membres)
|
|
foreach (shuffle @membres)
|
|
{
|
|
{
|
|
- say $fh "$_ \n \n";
|
|
|
|
|
|
+ say $fh "$_ \n\n";
|
|
}
|
|
}
|
|
say $fh "";
|
|
say $fh "";
|
|
say $fh "**Les pas (encore) membres :**";
|
|
say $fh "**Les pas (encore) membres :**";
|
|
say $fh "";
|
|
say $fh "";
|
|
foreach (shuffle @nonmembres)
|
|
foreach (shuffle @nonmembres)
|
|
{
|
|
{
|
|
- say $fh "$_ \n \n";
|
|
|
|
|
|
+ say $fh "$_ \n\n";
|
|
}
|
|
}
|
|
|
|
|
|
close $fh;
|
|
close $fh;
|