라인 줄 수를 세어주는 perl 소스코드 : Count the number of line to line perl source code #!/usr/bin/perl system("cls"); system("dir"); # made by MaJ3stY # ################################################################### print "Filename Input(ex : 123.txt) : "; chomp($filename = ); if ( -e $filename ) { print "$filename Exist!!!!\n"; }else{ print "$filename No!!!\n"; } open INPUT, "$filename" or die "$filename file open error : $! "; while() { $linecnt++; } close INPUT; print "Lin.. 더보기 SQL Injector 비교 문서 SQL Injector 비교 문서입니다. 각 기능들에 대한 비교등등이 기록되어 있는 pdf 파일 입니다. SQL Injector is a comparison. And a comparison of each feature, and a pdf file is written. 더보기 이전 1 ··· 344 345 346 347 348 349 350 ··· 368 다음