Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Perl Build System File for sublime text editor

by Anonymous Monk
on Jan 06, 2018 at 17:26 UTC ( [id://1206824]=note: print w/replies, xml ) Need Help??


in reply to Perl Build System File for sublime text editor

Go to "Tools -> Build System -> New Build System" This will open up a new file. Write the following in the file
{ "cmd": ["perl", "-w", "$file"], "file_regex": ".* at (.*) line ([0-9]*)", "selector": "source.perl" }
Save the file as "perl.sublime-build" in "~/.config/sublime-text-3/Packages/User" folder

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-04-16 17:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found