Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sng2c/html-repetitive-detection
HTML-Repetitive-Detection
https://github.com/sng2c/html-repetitive-detection
Last synced: about 2 months ago
JSON representation
HTML-Repetitive-Detection
- Host: GitHub
- URL: https://github.com/sng2c/html-repetitive-detection
- Owner: sng2c
- Created: 2013-07-01T07:59:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-08T01:08:52.000Z (over 11 years ago)
- Last Synced: 2023-08-04T03:57:04.172Z (over 1 year ago)
- Language: Perl
- Size: 121 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HTML-Repetitive-Detection
=========================lib 디렉토리 안에 내아이디.pm 파일을 만들고,
#!/usr/bin/env perl
sub detect{
my $str = shift;
my @chunks;
....
return @chunks;
}
1;
와 같이 작성하시면 되구요.perl test.pl lib/내아이디.pm
하시면 하나만 테스트하고
perl test.pl
하시면 모두 테스트 합니다.