2016. 3. 6. 01:18
2014/11/10 09/59 이전자료
perl compiler PAR PACKER
cpan에 간다.
par packer 검색해서
간단한 파일만 받는다.
tar.gz 풀고
Perl Makefile.PL
make
make test
make install
하고
pp -o a.exe a.pl
해보면
Module/ScanDeps가 필요하단다
cpan에간다
Module scandeps검색
받고 tar.gz 푼뒤
Perl Makefile.PL
make
make test
make install
하고
pp -o a.exe a.pl
하면 a.exe 파일이 생긴다.
perl compile
pp -o a.exe a.pl
a.pl이라는 파일을 a.exe로 컴파일 ..
----------------------------------------------------------
방문자 덧글
'Language > Perl' 카테고리의 다른 글
[perl] 대표날짜로 일정기간 이전 이후 구하기 (0) | 2016.03.10 |
---|---|
[Perl] 날짜구하기 'linux command line' (0) | 2016.03.06 |
[perl] 파일 비교후 분류. (0) | 2016.03.06 |
[Perl] posix qw/strftime/ 이전 시간 구하기 (0) | 2016.03.06 |
[Perl] 정규표현식 행별 일치 담는 변수 (0) | 2016.03.06 |