Hi everybody,
I would like to ask you what is you preferred workflow for Perl on Mac? So far I've been using Sublime Text + terminal (perl script.pl), though switching constantly between apps is not funny, and besides Terminal doesn't show me my errors.
I've also tried to setup a new Build System for SublimeText:
{
"cmd": ["perl", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.perl"
}
It kind of works, the problem is that it doesn't stop when user's input is required.
What is your workflow?
I would like to ask you what is you preferred workflow for Perl on Mac? So far I've been using Sublime Text + terminal (perl script.pl), though switching constantly between apps is not funny, and besides Terminal doesn't show me my errors.
I've also tried to setup a new Build System for SublimeText:
{
"cmd": ["perl", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.perl"
}
It kind of works, the problem is that it doesn't stop when user's input is required.
What is your workflow?