Perl 페이지의 소스 보기
마지막으로 [b]
-- Loading page list... --
내용출력
로그인[l]
Diary
[f]
최근변경내역
[r]
페이지목록[i]
횡설수설[2]
게시판[3]
링크
수정할 수 없습니다: Perl 는 읽기 전용 페이지입니다.
UseModWiki 를 사용하다 보니 perl 을 좀 알아두면 좋겠다 싶어서...
== # 일반 == * [[/변수]] ** [[/Typeglob]] ** [[/컨텍스트]] * [[/특수문자]] * [[/파일]] * [[/디렉토리]] * [[/명령행인자]] * [[/조건문]] * [[/순환문]] * [[/문자열]] ** [[/정규표현식]] ** [[/문자열의일치와치환]] ** [[/문자열나누기]] * [[/배열]]과 리스트 * [[/해쉬]] * [[/레퍼런스]] * [[/서브루틴]] ** [[/Closure]] ** [[/익명서브루틴의재귀호출]] ** [[/컨텍스트]] * [[/라이브러리]] * [[/디버깅]] * [[/모듈]] ** [[/모듈배포본]] * [[/OOP]] ** [http://www.perl.com/pub/a/2002/11/14/exception.html perl.com: Object Oriented Exception Handling in Perl] ** [[/Moose]], [[/Moo]] * [[/외부프로그램실행]] ** [[/System]] 함수 * [[/프로세스와IPC]] * [[/Database]] * [[/에러처리]] * [[/한글]] - 한글 입출력에 관련된 사항들 * [[/CodingStyle]] - 코딩 스타일 관련 == # 펄 함수와 연산자 == * [[/Functions]] * [[/Pack]], Unpack 함수 * [[/RangeOperator]] * [[/System]] 함수 == # 펄 모듈 == * [[/모듈설치]] * [[/Scalar-Util]] * [[/List-Util]] * [[/List-MoreUtils]] * [[/Hash-Util]] * [[/Getopt]] ** [[/Getopt-Long]] * [[/Pod-Usage]] * [[/CGI모듈]] * [[/Encode]] 모듈 ** 관련하여 [[/문자열인코딩]] * [[/LWP]] 모듈 * [[/WWW-Mechanize]] * [[/WWW-Mechanize-Firefox]] * [[/Storable]] 모듈 * [[/Prima]] 모듈 * [[/Web-Scraper]] * File::Temp - 임시로 사용할 파일을 생성할 때 사용 * [[/Plack]] - PSGI 구현 툴킷...이랄까 * [[/Dist-Zilla]]를 사용한 모듈 제작 * [[/JSON]] * [[/FileCache]] * [[/Mojolicious]] ** [[/Mojolicious삽질기]] * [[/Win32]] * [[/Archive-Zip]] * [[/Spreadsheet-WriteExcel]] * [[/Test-More]] * [[/DateTime]] == # 강좌글 == [http://cafe.naver.com/perlstudy 네이버 펄스터디 까페]에 [[주인장]]이 올린 글: * [[/한글]] * [[/펄크리스마스달력요약집만들기]] == # 기타 == * [[/Perlfaq]] * [[/POD]] * [[/퍼센트인코딩]] - URL에 들어간 한글 등을 인코딩 * [[/기타]] * [[/알고리즘]] * [[/SchwartzianTransform]] * [[/Configuring]] - 프로그램 동작 설정, 명령행 인자, 설정 파일 처리 등 * [[Diary/Perl대Java]] - 스트링 생성과 정규표현식 치환 속도 테스트 ** [[/StringConcatenationBenchmark]] - 매우 긴 스트링을 생성할 때의 속도 테스트 * [[/KeepYourProgrammaticConfigurationDRY]] - 반복되는 해쉬 키와 값을 생략하여 중복 코드 줄이기 * [[/RespectTheGlobalStateOfTheFlipFlopOperator]] - range 연산자 ".."를 스칼라 문맥에서 사용할 때의 동작 * [[/불필요한일을시키지말라]] - 퍼포먼스 향상을 위한 튜닝 * [[/Gmail보내기]] - gmail을 사용하여 메일 보내기 * /BestPractice * /Perlbrew * [[/Modulino]] * [http://www.modernperlbooks.com/mt/2013/07/a-generic-factory-with-dynamic-dispatch.html A Generic Factory with Dynamic Dispatch - Modern Perl Programming] * [[/Java프로그래머를위한Perl소개]] * [[/GUI]] == # 관련 링크 == * http://www.perl.org - 펄 홈페이지 * [http://cafe.naver.com/perlstudy Perl Community & Study :: 네이버 카페] * [http://perl-tutorial.org/ Perl Tutorial Hub] * [[/AdventCalendar]] - 펄 크리스마스 달력 * http://perl.or.kr - 한국 펄 사용자 모임 * http://www.perlmania.or.kr - 펄 마니아 * http://perlmaven.com/ - Perl Maven : 짧고 간단한 강좌들이 모인 튜토리알 사이트 * http://ko.perlmaven.com/ - Perl Maven 한국어 번역 문서들 * http://www.emh.co.kr/tech.pl * http://www.codeordie.org/doc/perldoc/perltoc.html - 와우, perldoc 으로 나오는 내용들 중 많은 것이 번역되어 있다. * [http://chimera.labs.oreilly.com/books/1234000001527 Mastering Perl] - "Mastering Perl" 온라인 북 * [http://www.perl.org/books/beginning-perl/ Beginning Perl - perl.org] ** [http://books.simon-cozens.org/index.php/Beginning_Perl Beginning Perl - Books] - 위키로 올라와 있음 * [http://perltraining.com.au/notes.html Perl Training Australia - Course Notes] * [http://www.scriptsocket.com/videos.php Perl Video Tutorials - Page 1] * [https://github.com/aero/perl_docs/blob/master/Learning_Perl_5th_kor_review.md 거침없이 배우는 펄(learning perl 5th 한글번역판) 비평 - perl_docs - GitHub] * [https://github.com/aero/perl_docs/blob/master/hatena_perl_oop.md Perl 객체지향(OOP) 프로그래밍] * [https://github.com/aero/perl_docs/blob/master/hatena_perl_test.md Perl을 사용한 테스트 작성법] * [https://www.socialtext.net/perl5/index.cgi?ancient_perl Ancient Perl / Perl 5 Wiki] * [http://qntm.org/files/perl/perl.html Learn Perl in about 2 hours 30 minutes] ** [http://qntm.org/files/perl/perl_kr.html 2시간 반만에 펄 익히기] - 번역판 by Kim Jin * [http://www.nightowl.pe.kr/oblog/article/439 원하는 확장자에 대해서 "관리자 권한으로 실행" 옵션을 쉘에 추가하기 : 부엉이의 나무구멍 속 작은 공간] * [http://stackoverflow.com/questions/4727480/how-do-i-make-my-perl-scripts-act-like-normal-programs-on-windows How do I make my Perl scripts act like normal programs on Windows? - Stack Overflow] - 윈도우에서 스크립트 이름만으로 실행할 때 리다이렉션이나 파이프가 동작하지 않는 문제에 대한 해결책 * [http://www.tutorialspoint.com/perl/index.htm Perl Tutorial] * [http://eriny.net/perl/List eriny.net / perl / Article List about Perl] - Twitter:yukinpl""님의 기초 강좌글. * [http://www.perlmonks.org/?node_id=570712 Common Causes for "Modification of a read-only value attempted"]
* http://www.softbrain.co.kr/perl - Perl 이야기 * http://www.web-biz.pe.kr/dev/dev.pl - 매우 유익한 Perl 강좌. - [[danny]] * http://tea815.com.ne.kr/Perl/ * [http://www.perlmania.or.kr/pmdocs/kdh/perl_coding_style.html Perlmania: Perl Coding Style] ** 위 가이드라인에 언급된 대로 perltidy를 사용해서 ext2.2를 변환한 결과 : Upload:wiki_pl_converted_by_perltidy.html ** if 문에 조건 여러개가 결합되었을 때의 처리, else 키워드가 if 와 같은 형태로 들여쓰기 된 것, 인접한 할당문들을 "="를 기준으로 정렬시킨 것 등이 재미있다. * [http://www.dynamicacademy.net/index.html Dynamic Academy] - 강좌
---- [[컴퓨터분류]]
Perl
페이지로 돌아가기 |
다른 수정본 보기