gian has asked for the wisdom of the Perl Monks concerning the following question:

hi , My workshop operation system is windows 7 . After installing perl-support plugin in vim7 editor,every time start vim it will occur a error with the msg
"Perl Support template file 'C:\bin\Vim\vimfiles\perl-support/template +s/Templates' does not exist or is not readable "
. It seem that the unix-style path is not compatible with windows 7 .I review the readme of perl-support and google about it ,but not found any useful info.I don't how to fix it .Is there any config file need to be modified in the envrioument of windows 7 ? thanks

Replies are listed 'Best First'.
Re: vim with perl-support occur error
by roboticus (Chancellor) on Nov 30, 2010 at 12:38 UTC

    glan:

    I'm sure that if unix-style paths didn't work on Windows 7, we'd have heard about it by now. Now if it's being executed with a legacy DOS program or command shell there may be a problem, as many of the DOS command line utilities use the forward slash as an option delimiter.

    1. Verify that the specified file exists where the error message indicates.
    2. Verify that the account running the script has permissions to that file, and all the directories in the path down to the root.
    3. Look around for mailing lists and/or other online help with vim and the perl-support plugin.

    ...roboticus

    When your only tool is a hammer, all problems look like your thumb.

      Just copy the perl_support folder into the vimfile .Now it work well. @_@!.