>> There are other ways to block out code in Perl.  Personally, I use
>> a vim macro and just comment out the block by marking the first line
>> (type ma [mark 'a' position]) and going to the last line and executing
>> the macro by hitting the key you have it bound to (I use #)
>>
> Lucky you. I am using UltraEdit. Don't think they do that....or do they?


hi,
- pod comment

=pod

[code here]

=cut


- UEdit column comment
select your code to comment
ALT+C (column edit)
type # and spaces as you like it

++
David "Sniper" Rigaudiere


_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to