Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:activeperl is not that good anyway (Score 1) 206

Are you saying that ActivePerl thinking '.' and '..' are directories is a problem? Umm, they ARE directories!

$ perl -v

This is perl, version 5.005_03 built for i686-linux

$ perl -wle 'print "Yes" unless grep {!-d} qw(. ..)'
Yes

Don't worry people, with shoddy programmers like this... he won't last very long! ;)

Slashdot Top Deals

Algebraic symbols are used when you do not know what you are talking about. -- Philippe Schnoebelen

Working...