Leser: 17
my $url_abs = "http://www.example.org/files/content/ABC123.jpg"
1 2 3 4 5
my $url_abs = 'http://www.dingsda.com/files/content/ABC123.jpg'; if( $url_abs =~ m/.+\/([^\/]+)$/ ) { my $file = $1; print $file; }
my $Entschuldigung = "Ich werde mich bessern";