목록PERL (2)
행복아울렛
This is my first perl program. -------------------------------- #!/usr/bin/perl #2008.7.8 William Seo #This is my first perl program to make a perl script file. #You can use this if you want a new perl script. sub checkArg { if( $#ARGV+1 == 1) { 1; } } checkArg() or die "np\nUsage:np scriptName"; #make a date string $DATE=`date +20%y.%m.%d`; #remove trailing new line character chomp($DATE); open..
개발자가 놓지지 말아야 할 책 베스트10 Thinking In Java/Bruce Eckel *Practical C Programming/Steve Oualline Instant CORBA/Robert Orfali,Dan Harkey,Jeri Edwards Modern Database Management/Fred R.McFadden,Jeffrey A.Hoffer,Mary B.Prescott *Programming Pearls/Jon Bently Effective C++/Scott Meyers Unix Network Programming/W.Richard Stevens *MicroC/OS-II The Real-Time Kernel/Jean J.Labrosse Unix Internals:The New Fro..