Help for this page

Select Code to Download


  1. or download this
    if has("autocmd")
        " load template file for new file and jump to line #
        autocmd BufNewFile *.pl r ~/.vim/templates/pl | 1d | 5
    endif
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    #> -------------------------------------------------------------------
    +-------
    
    __END__