- or download this
$ cat LinuxCommandsPaths.pm
...
our $chkconfig = '/sbin/chkconfig' ;
1;
- or download this
#!/usr/bin/perl -iw
...
print "\$cat == |$cat|\n";
__END__
- or download this
print "$cat \n" ;
- or download this
my $cat=$LinuxCommandsPaths::cat ;