Sublime Forum

Perl Build config

#1

Hi there

I’m a new user of sublime text and i’m loving this =) . But i have a huge question since i develop a lot in perl .Wich one its the best perl build config for ST2 ? and wich addons do you recommend ?

P.S.
I have tested this build config:

{
“cmd”: “perl”, “-w”, “$file”],
“file_regex”: “.* at (.) line ([0-9])”,
“selector”: “source.perl”
}

but dont stop when its needed a user input :confused:

cheers

0 Likes

#2

Sublime Text does not support interactive build systems so you wouldn’t be able to get user input. Sorry.

0 Likes

#3

thats bad :frowning: and we dont have any to do list to include that ?

0 Likes