LanX has asked for the wisdom of the Perl Monks concerning the following question:
is there a recommended way to mix Perl and eLisp code in one file without caring about escaping, such that it can be executed in both ways?
Something like
my $perl; #code ... __DATA__ (ELisp...)
Just that emacs ignores the Perl part when executing the file?
There are similar examples with bash and bat...
Just realising that ; is a comment symbol in lisp and a no op in Perl, this might be simplistic way to do it. ..
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
|
|---|