Thread extract string (17 answers)
Opened by Graf Herschel at 2012-09-25 14:12

pq
 2012-09-25 15:24
#162025 #162025
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
das steht doch in der dokumenation.

beispiel:
Code (perl): (dl )
1
2
3
4
5
use URI;
my $u = URI->new("http://foo.example.org/");
say $u->scheme;
__END__
http
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread extract string