Re: perl deparse question. ... (If you're not aware, the O module is a frontend to the compiler backends under B::*, and deparse is a backend ... If your tidy program can run as a filter, you could run it as a filter like: ... Alternately, if your tidy program can't be made to run as a filter, you could write a shell script (or even a Perl script) that saves STDIN to a temporary file, runs the tidy program, then reads the temporary file to STDOUT. ... (comp.lang.perl.misc)
Re: perl deparse question. ...perl -MO=Deparse,-p ... or is that stupid?... your .profile or .rc file for running deparse and tidy.... (comp.lang.perl.misc)
Re: perl deparse question. ...perl -MO=Deparse,-p ...preservation of comments would be nice but isn't critical. ... your .profile or .rc file for running deparse and tidy.... (comp.lang.perl.misc)
RE: developing using the firefox engine ... i had already tried tidy with no success... ... the xpath/linxml functions in the perl app complain regarding the file. ... thought is that tidy isn't cleaning enough, or that the perl xpath/libxml... developing using the firefox engine... (Fedora)