![]() |
|< 1 2 3 >| | ![]() |
22 Einträge, 3 Seiten |
$text = substr($text,0,-1);
if substr($text,0,-1) eq "/";
$text =~ s%\/$%%;
$text =~ s%\/$%%;
{ local $/ = '/'; chomp $text; }
$text =~ s%\/$%%;
if substr($text,0,-1) eq "/";
$text = substr($text,0,-1) if substr($text,-1,1) eq "/";
$text .= join "", grep{ $_ ne "/" } chop $text;
![]() |
|< 1 2 3 >| | ![]() |
22 Einträge, 3 Seiten |