Help for this page
package LinuxCommandsPaths; use strict; ... our $chkconfig = '/sbin/chkconfig'; 1;
#!/usr/bin/perl -iw # use strict; ... print "\$cat == |$cat|\n"; print "\$cleartool == |$cleartool|\n"; print "\$chkconfig == |$chkconfig|\n";