原创 Mastering Regular Expression 代碼介紹 1 - HTML 格式轉換

#! /usr/bin/perl undef $/; # Enter "file-slurp" mode. $text = <>; # Slurp

原创 Perl Telnet 登錄 Cisco交換機,並執行命令。

#! /usr/bin/perl -w use strict; use 5.010;use Net::Telnet::Cisco;   #需要安裝這

原创 一篇老文章:If programming languages were religions...

轉載網址: http://blog.aegisub.org/2008/12/if-programming-languages-were-religions.html Monday, December 15, 2008 If program

原创 Mastering Regular Expression 代碼介紹 - 攝氏度 華氏度 轉換

#! /usr/bin/perl# 輸入格式 32F 華氏度,100C 攝氏度 ,注意字母爲大寫 print "Enter a temperatu

原创 perl 的爸爸 larry wall 的視頻

http://bigthink.com/larrywall

原创 Mastering Regular Expression - 介紹 1 ( lookahead 光看不喫 )

Type                                                 Regex                  Successful if the enclosed subexpression .

原创 Mastering Regular Expression 代碼介紹 3 - HTML 格式轉換

#! /usr/bin/perl#完整版,綜合代碼介紹1,2 undef $/; # Enter "file-slurp" mode $text = <>; # Slurp up the first file given on the

原创 轉載唐鳳的博客 :: Perl 6 十週年慶

2010.07.19 Perl 6 十週年慶: 前言 (五之一) (This is a translation of masak++'s excel

原创 perl 時間

#! /usr/bin/perl -w use v5.14; #參考 perl tutorial time,請看我之前的文章:perl 視頻小教程第22課 my $time = localtime(time); say $time; $

原创 使用 copy 命令備份windows dhcp數據

加以下內容放入.bat文件中,然後在計劃任務中執行,就可以實現定期備份功能。目錄名稱僅爲參考,詳細說明見原文。  rem ----- 將開始複製時間寫入 log 紀錄中 -----  echo 開始複製 DHCP Database Fi

原创 google python 入門教學課程

Google's Python Class Welcome to Google's Python Class -- this is a free c

原创 將 linux mint 從 15 升級 到 16

$ sudo sed -i 's/raring/saucy/' /etc/apt/sources.list $ sudo sed -i 's/oli

原创 寫腳本易,寫程序難。

看看 perl 之父 larry wall 指點江山 介紹兩個英文翻譯網站,可能會有幫助。 www.zhuaniao.com www.dict.cn Programming is Hard, Let's Go Scripting.

原创 Mastering Regular Expression - 介紹 1 ( lookahead 光看不吃 )

Type                                                 Regex                  Successful if the enclosed subexpression .

原创 編輯利器 vim 培訓筆記--入門好幫手

轉載地址: https://github.com/shawncplus/vim-classes 沒搞明白,爲什麼vim.org不能直接訪問,就是一個編輯器啊。 Joy of Painting[1] with Bob Ross[2] [1]