Displaying 1 result from an estimated 1 matches for "max_par".
Did you mean:
max_part
1997 Sep 01
1
R-alpha: old Rdoc 2 new Rdoc
...rt these
manually.
--xk+LtGr+JJ
Content-Type: text/enriched
Content-Disposition: inline;
filename="convert.pl"
Content-Transfer-Encoding: 7bit
#!/usr/bin/perl
use Getopt::Long;
@knownoptions = ("debug|d");
GetOptions (@knownoptions) || die("Unknown Option!\n");
$max_parent = 0;
$NP = "normal_parent";
$PN = "parent_normal";
$EOP = "escaped_opening_parent";
$ECP = "escaped_closing_parent";
$ID = "$NP\\d+$PN";
undef $/;
$complete_text = <>;
print stderr "Marking Parantheses ... " if $opt_debug;
$te...