2008-06-02

perl ...

網路管理語言Perl 入門與實作

主要介紹Perl 入門、資料處理、網管應用、CGI 程式、資料庫以及網路安全。
linux.tnc.edu.tw/techdoc/perl_intro/ - 12k - 頁庫存檔 - 類似網頁 - 加入筆記本

The Perl Directory - perl.org

- [ 翻譯此頁 ]
The Perl Directory at perl.org. Links and other helpful resources for new and experienced Perl programmers.
www.perl.org/ - 11k - 頁庫存檔 - 類似網頁 - 加入筆記本

Perl 程式語言

(李于青譯, 劉春成博士編審) Perl 程式設計入門與應用. 博碩文化. Picking Up Perl · "Perl by example" by David Medimets · Steubeng's perl course ...
www.cyut.edu.tw/~ckhung/b/pl/ - 8k - 頁庫存檔 - 類似網頁 - 加入筆記本

Perl - Wikipedia

Perl是一種腳本語言。 最初的設計者為拉里·沃爾(Larry Wall),它於1987年12月18日發表。Perl借取了C、sed、awk、shell scripting 以及很多其他程式語言的特性。 ...
zh.wikipedia.org/wiki/Perl - 71k - 頁庫存檔 - 類似網頁 - 加入筆記本

Perl的基本語法

這篇文章是花了我很多時間、費了我很多心血才完成的,雖然連我自己都覺得無法達到盡善盡美的境界,但希望能幫助大家入門,稍微了解到Perl到底是個什麼樣的東西,Perl ...
ind.ntou.edu.tw/~dada/cgi/Perlsynx.htm - 31k - 頁庫存檔 - 類似網頁 - 加入筆記本

Perl - Wikipedia, the free encyclopedia

- [ 翻譯此頁 ]
Provides language history, function information and code examples.
en.wikipedia.org/wiki/Perl - 151k - 頁庫存檔 - 類似網頁 - 加入筆記本

Perl.com: The Source for Perl -- perl development, conferences

- [ 翻譯此頁 ]
The official Perl home page, run by O'Reilly Media, Inc. Contains documentation, news, and links to a variety of resources, including the O'Reilly Open ...
www.perl.com/ - 34k - 頁庫存檔 - 類似網頁 - 加入筆記本

Perl@Taiwan - 來玩Perl!

XOOPS is a dynamic Object Oriented based open source portal script written in PHP.
perl.org.tw/ - 27k - 頁庫存檔 - 類似網頁 - 加入筆記本

CPAN

- [ 翻譯此頁 ]
Comprehensive Perl Archive Network. 2008-06-02 online since 1995-10-26 4484 MB 236 mirrors ... Welcome to CPAN! Here you will find All Things Perl. ...
www.cpan.org/ - 7k - 頁庫存檔 - 類似網頁 - 加入筆記本

Perl

Perl. 張智星. Table of Contents. Chapter 1: 基本介紹. 1-1:Perl 簡介 · 1-2:線上支援與簡單範例 · 1-3:參考網站與相關資料 ...
neural.cs.nthu.edu.tw/jang/books/perl/ - 4k - 頁庫存檔 - 類似網頁 - 加入筆記本


123 45 67 89 10下一頁

Perl tutorial: Split

splitPerl 中非常有用的函式之一,它可以將一個字串分割並將之置於陣列中。若無特別的指定,該函式亦使用RE 與$_ 變數。 split 函式的使用如下: ...
www.cyut.edu.tw/~hcchen/perl/Perl%20tutorial%20Split.htm - 6k - 頁庫存檔 - 類似網頁 - 加入筆記本

Perl 常用函式

split 能夠將一個字串以特定的分隔字串分成許多段, 並傳回一個Array, 由於這個分隔字串是以正規 ... Perl 上的這些函式基本上用法都和C language 中同名的函數類似. ...
turtle.ee.ncku.edu.tw/~tung/perl/func.html - 6k - 頁庫存檔 - 類似網頁 - 加入筆記本

split - perldoc.perl.org

- [ 翻譯此頁 ]
($login, $passwd, $remainder) = split(/:/, $_, 3);. When assigning to a list, if LIMIT is omitted, or zero, Perl supplies a LIMIT one larger than the number ...
perldoc.perl.org/functions/split.html - 18k - 頁庫存檔 - 類似網頁 - 加入筆記本

perl中的split - 俺的精神家園- 博客生活

- - [ 轉為繁體網頁 ]
perl中的split. 在perl中, 準備把一個字符串用空格劈開,然後我就寫了下列代碼: @array = split (" " , $ret); $usage = $array[0]; print($usage); ...
www.cnweblog.com/harryyang/archive/2005/05/17/10852.html - 18k - 頁庫存檔 - 類似網頁 - 加入筆記本

Perl tutorial: Split

- [ 翻譯此頁 ]
A very useful function in Perl is split, which splits up a string and places it into an array. The function uses a regular expression and as usual works on ...
www.comp.leeds.ac.uk/Perl/split.html - 6k - 頁庫存檔 - 類似網頁 - 加入筆記本

perlsplit()如何用? 其他開發語言/ 腳本語言(Perl ,Python ...

- - [ 轉為繁體網頁 ]
1>請問在perlsplit()函數的具體作用是什麼?2>怎樣用?3>在那裡用?4>在什麼情況下要用到?5>它是實現什麼樣的功能的?請舉出例子詳細說明一下.
topic.csdn.net/t/20020912/12/1017487.html - 18k - 頁庫存檔 - 類似網頁 - 加入筆記本

Using the Perl split() function

- [ 翻譯此頁 ]
Using the Perl split() function. Introduction. The split() function is used to split a string into smaller sections. You can split a string on a single ...
www.perlmeme.org/howtos/perlfunc/split_function.html - 11k - 頁庫存檔 - 類似網頁 - 加入筆記本

Perl Lists: The Split() Function

- [ 翻譯此頁 ]
2008年4月7日 ... The split() function has many uses in Perl. Its main purpose is to take a string and break it apart, returning a list of strings. ...
www.devshed.com/c/a/Perl/Perl-Lists-The-Split-Function/ - 63k - 頁庫存檔 - 類似網頁 - 加入筆記本

My SysAd Blog -- UNIX: Split XML Records with Perl Script

- [ 翻譯此頁 ]
Split XML Records with Perl Script. A colleague, Mahlon Anderson, and I were thinking of ways of splitting up a fairly large XML file, ...
www.mysysad.com/2008/01/parse-xml-records-with-perl-script.html - 109k - 頁庫存檔 - 類似網頁 - 加入筆記本

EvoTalk » Blog Archive » PERL join and split equivalents in C++

十二月8th, 2005PERL join and split equivalents in C++. Posted by asd in C++, Code Snippet, 程式設計. 使用STL的string及vector類別. split function. view plain ...
evotalk.net/blog/?p=132 - 30k - 頁庫存檔 - 類似網頁 - 加入筆記本
相關搜尋: 
perl split string    perl split example    perl split array    perl split function   

提示: 在只要搜尋中文(繁體)的結果,在使用偏好可以指定搜尋語言。

6.14 標準輸入/輸出

Perl 輸出的方法,主要有三個:print、sprintfprintfsprintfprintf 和C ... /usr/bin/perl printf("我的姓名是:%s 我的代表號是: %d\n", "王大空", 5005); ...
linux.tnc.edu.tw/techdoc/perl_intro/x803.html - 5k - 頁庫存檔 - 類似網頁 - 加入筆記本

sprintf - perldoc.perl.org

- [ 翻譯此頁 ]
Perl does its own sprintf formatting--it emulates the C function sprintf , but it doesn't use it (except for floating-point numbers, and even then only the ...
perldoc.perl.org/functions/sprintf.html - 39k - 頁庫存檔 - 類似網頁 - 加入筆記本

Perl 5.8 Documentation - sprintf

- [ 翻譯此頁 ]
Perl does its own sprintf formatting--it emulates the C function sprintf , but it ... Perl's sprintf permits the following universally-known conversions: ...
perl.active-venture.com/pod/func/sprintf.html - 37k - 頁庫存檔 - 類似網頁 - 加入筆記本

[perl]關於sprintf一問其他開發語言/ 腳本語言(Perl ,Python ...

- - [ 轉為繁體網頁 ]
利用sprintf做出貨幣輸出的表示法,例如:136700以$136700,26400以$26400表示。怎麼做啊?
topic.csdn.net/t/20050811/17/4203653.html - 15k - 頁庫存檔 - 類似網頁 - 加入筆記本

Perl Pack Unpack Printf Sprintf Cheat Sheet Summary

- [ 翻譯此頁 ]
Cheat sheet contains all the perl's pack() and unpack() function's template parameters with a detailed description what each parameter does.
www.docstoc.com/docs/289897/Perl-Pack-Unpack-Printf-Sprintf-Cheat-Sheet-Summary - 36k - 頁庫存檔 - 類似網頁 - 加入筆記本

Perl sprintf: How do I use sprintf in a perl script? : nixCraft

- [ 翻譯此頁 ]
Q. How do I use sprintf() function in a perl script under Linux or UNIX? A. perl printf() function is use to format and print data on screen.
www.cyberciti.biz/faq/perl-sprintf-function/ - 類似網頁 - 加入筆記本

sprintf函數格式問題(頁1) - Perl - ChinaUnix.net - powered by ...

- - [ 轉為繁體網頁 ]
2005年1月8日 ... 我想將sprintf函數中的格式居左,例如:sprintf( ... ChinaUnix.net » Perl » sprintf函數格式問題. 2005-1-7 18:49 流言飛語. sprintf函數格式問題 ...
bbs.chinaunix.net/archiver/?tid-479328.html - 4k - 頁庫存檔 - 類似網頁 - 加入筆記本
[PDF]

Perl's pack/unpack, printf/sprintf Cheat Sheet

檔案類型: PDF/Adobe Acrobat - HTML 版
Perl [s]printf Summary. Usage:. • printf FILEHANDLE FORMAT, LIST. • printf FORMAT, LIST. •. sprintf FORMAT, LIST. Format summary:. Format. Description ...
www.catonmat.net/download/perl.pack.unpack.printf.cheat.sheet.pdf - 類似網頁 - 加入筆記本

Perl's pack/unpack and printf Cheat Sheet - good coders code ...

- [ 翻譯此頁 ]
Perl's pack and unpack template parameter cheat sheet, and printf and sprintf format flag and attribute summary. Pack and unpack ...
www.catonmat.net/blog/perl-pack-unpack-printf-cheat-sheet/ - 38k - 頁庫存檔 - 類似網頁 - 加入筆記本

Perl Pack Unpack Printf Sprintf Cheat Sheet Summary

- [ 翻譯此頁 ]
2008年1月10日 ... perl and sprintf and zero filling digits, Google, Page 1 ... perl sprintf hexadecimal sprintf, Google, Page 1 ...
www.scribd.com/doc/985869/Perl-Pack-Unpack-Printf-Sprintf-Cheat-Sheet-Summary - 242k - 頁庫存檔 - 類似網頁 - 加入筆記本
相關搜尋: 
sprintf    sprintf c    sprintf c++    sprintf用法    php sprintf   
java sprintf  

http://www.google.com.tw/search?q=perl+&hl=zh-TW&btnG=%E6%90%9C%E5%B0%8B%E7%B6%B2%E9%A0%81
--
[垃圾桶] 裡沒有會話群組?

沒有留言: