re = regular expression
我覺得perl 的其中一個特色就是寫re。
lettice0913 發表在 痞客邦 留言(0) 人氣()
這一章介紹使用LWP, TreeBuilder (模組)來
抓取html 網頁的資料。
lettice0913 發表在 痞客邦 留言(0) 人氣()
lettice0913 發表在 痞客邦 留言(0) 人氣()
這章介紹使用內建的bottom up parser如何
將類似BNF grammar 的rule 轉成lookup table
lettice0913 發表在 痞客邦 留言(0) 人氣()
這章講parsing 的方法
主要是top-down 和 bottom-up 兩種
lettice0913 發表在 痞客邦 留言(0) 人氣()
這一章說明Chomsky對grammar 的分類
主要有type 0,1,2,3
lettice0913 發表在 痞客邦 留言(0) 人氣()
找了一本書叫:Pro Perl Parsing ,想了解PERL 的應用。
lettice0913 發表在 痞客邦 留言(0) 人氣()
這章講用PERL 寫CGI program
我對CGI program 的認知是,首先在web 中,有client 和server 的角色,在html 語法中,client 只能向
lettice0913 發表在 痞客邦 留言(0) 人氣()
lettice0913 發表在 痞客邦 留言(0) 人氣()
這章講pattern matching ,我想這大概是perl 最有用的地方了吧。
m dl pattern dl [modifiers]
lettice0913 發表在 痞客邦 留言(0) 人氣()
第6章在講function。
function 的構架
lettice0913 發表在 痞客邦 留言(0) 人氣()
第5章在介紹associative array 以及 reference 。
associative array ,又稱hash
lettice0913 發表在 痞客邦 留言(0) 人氣()
今天看了第4章,是關於array。
array 是@a , 而$a 是一般的變數
lettice0913 發表在 痞客邦 留言(0) 人氣()
第3章是關於 control statement 和一點debugger 的教學
lettice0913 發表在 痞客邦 留言(0) 人氣()
快要進入寒假了,想說來學個PERL。
今天看了chap 2 。
lettice0913 發表在 痞客邦 留言(0) 人氣()