Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: vim and perl

by clintp (Curate)
on Dec 09, 2000 at 04:13 UTC ( [id://45838]=note: print w/replies, xml ) Need Help??


in reply to vim and perl

Well, I've been doing vi and shell for a long time, and the way I do it is (from command mode):

:!perl -d %
At least then you drop right to the debugger. Vim will give you a "press return" prompt when your program is done so you don't pop right back into the editor without seeing results.

If you keep having to go into the debugger, try putting the -d on the #! line and then just:

:!%

Replies are listed 'Best First'.
Re^2: vim and perl
by benno (Novice) on May 03, 2013 at 14:13 UTC
    single most useful thing I found today. thanks - Ben

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (10)
As of 2024-04-16 08:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found