Space -> Tab
This commit is contained in:
parent
6a5a836062
commit
628aa2ce5b
@ -256,8 +256,9 @@ sub process {
|
|||||||
$textwebpage = $textwebpage . "</ul>\n\n";
|
$textwebpage = $textwebpage . "</ul>\n\n";
|
||||||
|
|
||||||
binmode(STDOUT, ":utf8");
|
binmode(STDOUT, ":utf8");
|
||||||
my $url = "https://www.april.org/libre-a-vous-diffusee-mardi-$long_date-sur-radio-cause-commune";
|
my $url = "https://www.april.org/libre-a-vous-diffusee-mardi-$long_date-sur-radio-cause-commune";
|
||||||
$url=~s/ /-/g;
|
my $url = "https://www.april.org/libre-a-vous-diffusee-mardi-$long_date-sur-radio-cause-commune";
|
||||||
|
$url=~s/ /-/g;
|
||||||
|
|
||||||
print "\nText for the web page of the radio program : $url\n\n";
|
print "\nText for the web page of the radio program : $url\n\n";
|
||||||
print "$textwebpage\n\n";
|
print "$textwebpage\n\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user