Help for this page
#!/usr/local/bin/perl ... match 3; match 4; match 5;
#include <stdio.h> #include <stdlib.h> ... exit( 0 ); }
1: 1 2: 1 3: 1 4: 1 5: 0
1: 4 2: 3 3: 2 4: 1 5: 0