Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: On Parsing Perl

by nop (Hermit)
on Dec 04, 2000 at 21:21 UTC ( #44814=note: print w/replies, xml ) Need Help??


in reply to On Parsing Perl

I use the perl mode on emacs, and resort to small tricks to keep everything ok. For example,
s/'"/;
upsets the syntax colorization badly (as emacs thinks following code is in the string), so I use idioms like
s/'"/; #"'
to "close" my "open" strings....

Replies are listed 'Best First'.
Re: Re: On Parsing Perl
by merlyn (Sage) on Dec 04, 2000 at 21:24 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://44814]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others chanting in the Monastery: (2)
As of 2023-09-24 09:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?