Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Perl Build System File for sublime text editor

by Anonymous Monk
on Sep 05, 2016 at 20:42 UTC ( [id://1171214]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl Build System File for sublime text editor
in thread Perl Build System File for sublime text editor

In which file exactly did you do the formatting, and where can I find it? Do you have to perform the changes before the installation of sublime text or is it possible to do it afterwards? Thank you!
  • Comment on Re^2: Perl Build System File for sublime text editor

Replies are listed 'Best First'.
Re^3: Perl Build System File for sublime text editor
by Anonymous Monk on Sep 05, 2016 at 20:49 UTC
    1. Click "Preferences -> Browse Packages"
    2. Navigate to the "Perl" subfolder
    3. Create a file called "Perl.sublime-build" with the following content:
      { "cmd": ["perl", "-w", "$file"], "file_regex": ".* at (.) line ([ +0-9])", "selector": "source.perl" }
    4. Manually set the build system by clicking "Tools -> Build System -> Perl"
    5. You can now run your Perl script by mashing Ctrl+B
    "re-"taken from http://stackoverflow.com/questions/12789975/setting-up-sublime-text-2-with-activeperl
      Works! Thank you! :-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2026-03-16 08:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.