Programming

regular expression

steloflute 2013. 10. 4. 23:30

# web page title

 

# perl

perl -MLWP::Simple -e '$t=get shift;$t=~m{<title>(.*)</title>}i && print $1' http://www.perl.org

 

 

 

 

'Programming' 카테고리의 다른 글

Compile newLISP on AIX  (0) 2013.10.31
Simplified Common Lisp reference  (0) 2013.10.24
(Perl) Passing a Function Object and Calling it  (0) 2013.10.01
(Perl) match the shortest possible string  (0) 2013.09.23
perlintro  (0) 2013.09.16