richterger / Perl-LanguageServer

Language Server for Perl
Other
224 stars 53 forks source link

Open command #49

Closed afitz-gmu closed 3 years ago

afitz-gmu commented 3 years ago

Hi, I am trying to open a file within my perl command but I'm getting an error telling me it can't open the file. Is this supported in your perl language extension? I've used identical code in other IDE's and it opens. This is my line of code: open(INFILE, $filename) or die "Can't open $filename\n";

richterger commented 3 years ago

This is a Perl programming issue and has nothing to do with Perl LanguageServer/Debugger. Everything that works within Perl will work in the debugger.