- or download this
/usr/bin/perl -w /tmp/plre2el.pl
Perlcode: "(.*?)"
Elispcode: \"\\(.*?\\)\"
- or download this
use strict;
use warnings;
...
print "Elispcode: $RE";
- or download this
use strict;
use warnings;
...
#TODO whats the elisp syntax for \0 ???