Thread String ausschneiden: Die bestimmte buchstabe... (4 answers)
Opened by polkana at 2004-06-18 14:08

polkana
 2004-06-18 14:47
#83580 #83580
User since
2004-06-18
74 Artikel
BenutzerIn
[Homepage] [default_avatar]
Danke!
Und fuer Willkommen auch vielen Dank! :)

aber in Code bei mir etwas fehllt... Ich weis nicht warum, doch Result scheint gar nichts. Allso printed nichts.

So:
Code: (dl )
1
2
3
4
5
if ($renew_id) {
my $string = $ftp_dir;
$string =~ s/\/.+$//;
print $string;
}

oder so:
Code: (dl )
1
2
3
4
5
if ($renew_id) {
my $string = '/usr/home/www/sitename.de/fix';
$string =~ s/\/.+$//;
print $string;
}

gibt gleiches Resultat - nichts...
obwol $renew_id und $ftp_dir sind nicht lehr.
Wie kann man noch machen?

View full thread String ausschneiden: Die bestimmte buchstabe...