Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Perl Editor Voodoo

by screamingeagle (Curate)
on Feb 20, 2002 at 04:34 UTC ( [id://146494]=note: print w/replies, xml ) Need Help??


in reply to Perl Editor Voodoo

one particular shortcut i use all the time is when i need to comment out certain lines (which are not contiguous)
map @ I# ^[j
This makes it possible to add the # sign at the beginning of the line,regardless of where the cursor is on the line) using the @ sign
Since I need to write database-related code, these shortcuts also come in handy
ab sd $sth = $dbh->prepare($sql); ab se $sth->execute ab sa $sth->fetchrow_hashref; ab ss $sth->finish;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (8)
As of 2024-04-23 12:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found