2010-05-01から1ヶ月間の記事一覧

Perl doesn't make dir that correct permission

Perl doesn't reflect that I want to make dir and set permission. If I write like this mkdir('dir', 0777); but this way will be setting 755. How to solve this problem↓http://perl.g.hatena.ne.jp/Cress/20080611/1213184541 umask(0); mkdir('dir…

The similar word that looks like each other

I have not understand any word that it means what. example, Multithread,Multiprocess and Multitask any others. So, They are very similar! I mistake often. I list the meaning each word, I will not make a mistake more.

Displaying url of website in google search result page

js

var h = document.getElementsByTagName('h3'); var span_s = '<span style=\"color:#BF1717;font-size:13px;font-weight:bold;\">'; var span_e = '</span>'; for(var i= 0;i