User tools for PHP, PERL and RUBY programmers

User tools for PHP, PERL and RUBY programmers

341
Basic UserBasic User
341

    Jun 28, 2011#1

    With the new usertool feature in UEM v2.2.0.5 and later create yourself some simple command line tools to check syntax for PHP, RUBY and PERL scripts.


    For PHP

    Code: Select all

    php -l -f "%f"
    For PERL

    Code: Select all

    perl -MO=Lint "%f"
    For RUBY

    Code: Select all

    ruby -c "%f"
    Make sure you set each one to send to OUTPUT WINDOW.... and syntax check your code from within UEM!

    1
    NewbieNewbie
    1

      Aug 05, 2011#2

      Hi Dave,

      Thank you for this! I will give it a try tonight. I code in Perl for a living.

      - Andy