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

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Can you translate this Perl code to C ?

($header, $body) = split(/\n\n/, $CONFIG{'Variable'}, 2);
$header =~ /^Number: (.+)/m and $number = $1;

Thanks,
John