Help for this page

Select Code to Download


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