# File test_format.rb, line 125 def initialize (a) super(a) hasPerl = `/usr/bin/env perl -h` @hasPerl = ((hasPerl == "") ? false : true) end