일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- pvfs
- PERL
- perltidy
- Replication
- 리눅스
- pgpool-ii
- 시그널
- php-oracle 연동
- Nexenta
- clustering
- LVS
- ext3
- ZFS
- 오라클
- 파일시스템
- OCFS2
- Openfiler
- pgbench
- connection tunning
- mailfiler
- postfix
- CVSROOT 세팅
- inotify
- 펄
- 가상파일시스템
- pgsql
- ext4
- tomcat
- 포기해버린꿈
- 펄 코딩스타일
Archives
- Today
- Total
목록펄 코딩스타일 (1)
avicom의 신변잡기
perltidy tool
펄 코드를 보기좋게 변환해주는 포매팅 툴이다. .perltidyrc 파일을 만들고 다음 내용을 입력하면 Perl Best Practice 에서 권고한 코딩 가이드라인을 만족하는 포맷으로 변환시켜준다. -l=78 # Max line width is 78 cols -i=4 # Indent level is 4 cols -ci=4 # Continuation indent is 4 cols -st # Output to STDOUT -se # Errors to STDERR -vt=2 # Maximal vertical tightness -cti=0 # No extra indentation for closing brackets -pt=1 # Medium parenthesis tightness -bt=1 # Medium ..
LiNux / sTorAge
2007. 6. 19. 18:20