Selected Category: perl程式 (36)
- Sep 18 Fri 2009 14:40
perl轉換ORACLE及MySQL資料
- Sep 18 Fri 2009 11:31
perl 以DOBC連接 ORACLE
一、設定ODBC
開始->控制台->系統管理工具->資料來源(ODBC)
系統資料來源名稱->新增->Oracle ODBC Driver->完成
Data Source Name:aDSN
Service Name:aSN
開始->控制台->系統管理工具->資料來源(ODBC)
系統資料來源名稱->新增->Oracle ODBC Driver->完成
Data Source Name:aDSN
Service Name:aSN
- Jan 09 Wed 2008 17:29
POP3Client連接智邦mail[perl]
use MIME::Parser;
use Mail::POP3Client;
use MIME::Base64;
use MIME::QuotedPrint;
use Encode;
use Mail::POP3Client;
use MIME::Base64;
use MIME::QuotedPrint;
use Encode;
- Dec 30 Sun 2007 08:10
隨機弄亂陣列[perl]
- Dec 11 Tue 2007 11:23
自製字典檔
- Dec 03 Mon 2007 17:24
自動投票-你會不賄選網站
- Nov 30 Fri 2007 08:59
轉寄mail抽獎[perl]
很多網站辦抽獎為了增加參與人數,
有時會提供一些轉寄mail抽獎的獎品,
像這個網站,
當然,像我這麼懶的人是不可能一個一個去輸入朋友的email帳號來轉寄的,
寫個程式去做那樣的事應該自己來做打字練習好太多了。
有時會提供一些轉寄mail抽獎的獎品,
像這個網站,
當然,像我這麼懶的人是不可能一個一個去輸入朋友的email帳號來轉寄的,
寫個程式去做那樣的事應該自己來做打字練習好太多了。
- Nov 15 Thu 2007 00:03
文章人氣排行榜[perl]
- Nov 08 Thu 2007 00:03
判斷email正確性-Email::Valid模組
在搜索email帳號這篇中有提到只用@來判斷email是否正確是不夠精確的,
在email address的組成中,
@以前的稱為local-part,指得是使用者的名稱(username),
@以後的稱為domain-part,通常是由主稱名稱(host name)或網域名稱(domain name)構成,
這裡要介紹的是Email::Valid模組,
在email address的組成中,
@以前的稱為local-part,指得是使用者的名稱(username),
@以後的稱為domain-part,通常是由主稱名稱(host name)或網域名稱(domain name)構成,
這裡要介紹的是Email::Valid模組,
- Nov 07 Wed 2007 00:03
ActivePerl PPM便利模組安裝
ActivePerl在按裝模組方面提供了一個很方便的程式
PPM(Perl Package Manager),
當你安裝好ActivePerl時,
這個程式就已經裝好在你的電腦裡了,
執行PPM的方法是直接在「命令列模式」下輸入PPM後按Enter,
PPM(Perl Package Manager),
當你安裝好ActivePerl時,
這個程式就已經裝好在你的電腦裡了,
執行PPM的方法是直接在「命令列模式」下輸入PPM後按Enter,
- Nov 05 Mon 2007 00:03
搜索email帳號[perl]
- Oct 22 Mon 2007 00:01
WWW::Mechanize FAQ[Perl]
Can I do [such-and-such] with WWW::Mechanize?
If it's possible with LWP::UserAgent,then yes. WWW::Mechanize is a subclass of LWP::UserAgent, so all the wondrous magic of that class is inherited.
How do I use WWW::Mechanize through a proxy server?
See the docs in LWP::UserAgent on how to use the proxy. Short version:
$mech->proxy(
['http','ftp'],'http://proxy.example.com:8000/');
or get the specs from the environment:
$mech->env_proxy();
# Environment set like so:
gopher_proxy=http://proxy.my.place/
wais_proxy=http://proxy.my.place/
no_proxy="localhost,my.domain"
export gopher_proxy wais_proxy no_proxy
- Oct 21 Sun 2007 00:01
VBA轉換為Perl OLE程式
- Oct 10 Wed 2007 12:45
flush perl's print buffer
HANDLE->autoflush(EXPR)
$OUTPUT_AUTOFLUSH
$|
If set to nonzero, forces a flush right away and after every write or print on the currently selected output channel. Default is 0 (regardless of whether the channel is really buffered by the system or not; $| tells you only whether you've asked Perl explicitly to flush after each write).
$OUTPUT_AUTOFLUSH
$|
If set to nonzero, forces a flush right away and after every write or print on the currently selected output channel. Default is 0 (regardless of whether the channel is really buffered by the system or not; $| tells you only whether you've asked Perl explicitly to flush after each write).
- Jul 03 Tue 2007 10:40
程式碼裡的html標籤替換[perl]
- Jul 03 Tue 2007 10:19
搜取區域網路內的ip與mac對照[perl]



