Help for this page
% perl5.6.1 -w test.pl Use of uninitialized value in substr at test.pl line 14. ... % perl5.6.1 test.pl Segmentation fault (core dumped)
#!/usr/bin/perl use strict; ... Not-OK: a Not-OK: Segmentation fault (core dumped)