[Xastir] Feature idea for Xastir
Gerry Creager
gerry.creager at tamu.edu
Wed Aug 29 09:24:02 EDT 2007
I preferred the first. Comments really should not be preserved but may
require special parsing to make them less intelligible.
Curt, WE7U wrote:
> A better version which preserves comment lines:
>
>
> > cat PigLatin2.pl
> #!/usr/bin/perl -n
> if (m/^#/) { print; next; }
> @pieces = split /\|/;
> $pieces[1] =~ s/\b(qu|y(?=[^t])|[^\W\daeiouy]*)([a-z']+)/$2.($1||w).ay/eg;
> print join '|', @pieces;
>
>
> --
> Curt, WE7U: <www.eskimo.com/~archer/> XASTIR: <www.xastir.org>
> "Lotto: A tax on people who are bad at math." -- unknown
> "Windows: Microsoft's tax on computer illiterates." -- WE7U
> The world DOES revolve around me: I picked the coordinate system!
> _______________________________________________
> Xastir mailing list
> Xastir at xastir.org
> http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
--
Gerry Creager -- gerry.creager at tamu.edu
Texas Mesonet -- AATLT, Texas A&M University
Cell: 979.229.5301 Office: 979.862.3982 FAX: 979.862.3983
Office: 1700 Research Parkway Ste 160, TAMU, College Station, TX 77843
More information about the Xastir
mailing list