perl

2011年10月26日 星期三

Perl 使用constant注意不能expand常數

›
As with all  use  directives, defining a constant happens at compile time. Thus, it's probably not correct to put a constant declaration...

Perl 中文教學 (朝陽科技大學)

›
 Perl 教學: 啟始 這是Nik Silver於 School of Computer Studies ,  University of Leeds 教授Perl程式的內容,原始設計為一天的教學實習內容。 我將其翻譯並作小幅的修改使內容能符合朝陽科技大學學生個人網頁設計的目的...
2011年10月22日 星期六

Perl好用的資源

›
perl Advance technique slide(必看) http://www.slideshare.net/davorg/advance-perl-techniques http://www.slideshare.net/bluefeet/modern-perl
2011年10月21日 星期五

PERL :$\控制output輸出加於行尾的文字; $/控制input輸入結束判斷符號

›
{ local $/ = undef; #平常輸入Enter就將input資料結束,若設定成undef則可以進行多行 輸入 open FH,"testfile.txt"; while(<FH>){   print $_."[...

Perl open file ,filehandle technique

›
while ($line = <CHECKBOOK>) { print $line; } Opening files Opening a file in perl  in straightforward: open FILE, "filename.tx...

Callability of procedures

›
A more useful concept is the converse of the static scope of the name of a procedure, which we refer to as the  callability of the procedur...

清楚講解 變數scope的網站

›
http://phobos.ramapo.edu/~amruth/grants/problets/courseware/scope/ static ancestors,static parents static non-local referencing environ...
›
首頁
查看網路版

關於我自己

stayhigh
檢視我的完整簡介
技術提供:Blogger.