http://qs321.pair.com?node_id=723372


in reply to Re^2: chopping the beginning and end of lines in 2 files
in thread chopping the beginning and end of lines in 2 files

I kind of like this one:

[...] for ($start=0;$arr[$start]<15;++$start) {}; for ($end=$#arr;$arr[$end]<15;--$end) {}; print "@seq[$start..$end]\n"; print "@arr[$start..$end]\n";

Just don't understand if you were looking for a number smaller than 10 or 15 :)


GreetZ!,
    ChOas

print "profeth still\n" if /bird|devil/;