use FindBin;
my $path = $FindBin::Bin;
目前分類:perl (39)
- Aug 04 Sat 2007 16:25
怎麼取得目前正在執行的perl檔案的完整路徑?
- Aug 03 Fri 2007 22:02
Rapid Website Development with CGI::Application
http://www.perl.com/lpt/a/984
- Aug 03 Fri 2007 08:58
好連結 - Perl 筆記 Perl note
http://irw.ncit.edu.tw/peterju/perl.html
- Jul 24 Tue 2007 13:39
如何用WWW::Curl來檢測網頁連線的時間
- Jul 24 Tue 2007 08:47
Perl and CURL
WWW::Curl
http://search.cpan.org/author/CRISB/WWW-Curl-3.02/lib/WWW/Curl.pm
- Jul 11 Wed 2007 16:24
正規表示式 perl常問問題集
http://angelibrary.tripod.com/computer/perlfaq/perlfaq6.html
- Jul 11 Wed 2007 10:32
windows perl*.*.dll不見了,要去哪裡下載
http://oaunix.hlhs.hlc.edu.tw/~cgi/
放到c:\perl\bin裡面,應該就可以了
- Jun 28 Thu 2007 17:01
CPAN's Config.pm and CPAN Mirror site
- Jun 27 Wed 2007 11:34
Win32::Daemon 利用perl製作windows service
http://www.roth.net/perl/Daemon/
ppm install http://www.roth.net/perl/packages/win32-daemon.ppd
- Jun 25 Mon 2007 08:22
Free Visual C++ Command Line Tools(cl.exe)
=> http://www.winprog.org/tutorial/msvc.html
Getting Them
- Jun 23 Sat 2007 17:04
perl如何取得現行工作目錄的資料夾
http://perl.active-venture.com/lib/Cwd.html
use Cwd;
- Jun 23 Sat 2007 15:49
compile's perl 程式,在windows中有100%的負載
程式告一段落,compile以後要測試,
結果發現cpu loading 100%
怎麼測試都找不到原因
- Jun 22 Fri 2007 22:04
Converting Perl Scripts to Win32 Perl Services
http://www.windowsitpro.com/WindowsScripting/Articles/ArticleID/38404/pg/2/2.html
在windows內,使用這樣子的方式來裝這個模組
- Jun 22 Fri 2007 21:52
use win32::Service to manage system service
http://search.cpan.org/~jdb/libwin32-0.27/Service/Service.pm
把這個模組掛起來,可以管理系統的服務
- Jun 22 Fri 2007 14:44
perl run as windows service's script
http://techtasks.com/code/viewbookcode/587
- Jun 19 Tue 2007 09:35
perl function => unlink, to del file
http://perldoc.perl.org/functions/unlink.html
# del 1 file
- Jun 18 Mon 2007 22:07
netstat cmd, use perl
http://search.cpan.org/~mcantoni/Net-Netstat-Wrapper-0.02/lib/Net/Netstat/Wrapper.pm
在unix和win都可以使用
- Jun 16 Sat 2007 18:27
perl and microsoft access,use win32-odbc module
# 參考網頁
# http://www.roth.net/perl/odbc/faq/
- Jun 16 Sat 2007 09:07
在Windows中把Perl程式編譯成可執行檔