對抗垃圾信!請您點這裡:

我的E-mail:
我的Skype:My status

2006年11月18日

FON Taiwan重新運作!

FON Taiwan重新運作,最新一批Router將會在12月初開始販賣寄送
11/1前寄信索取299元Fon Router者可以用149元購買(一個人只可以買一台)
然後可以推薦七個人用199購買Fon Router

詳情請看:http://blog.yam.com/twfon

2006年11月10日

Ruby predefined read-only variable

在這個網址下有個List
http://www.math.hokudai.ac.jp/~gotoken/ruby/ruby-uguide/uguide20.html

$! error message
$@ position of an error occurrence
$_ latest read string by `gets'
$. latest read number of line by interpreter
$& latest matched string by the regexep.
$1, $2... latest matched string by nth parentheses of regexp.
$~ data for latest matche for regexp
$= whether or not case-sensitive in string matching
$/ input record separator
$\ output record separator
$0 the name of the ruby scpript file
$* command line arguments for the ruby scpript
$$ PID for ruby interpreter
$? status of the latest executed child process

順手補上一個...
$: 會印出Ruby Path