Help for this page

Select Code to Download


  1. or download this
    
    if(-T $file) {
    ...
    } else {
        print "Not an ascii text file \n";
    }
    
  2. or download this
    
        my $ft           = File::Type->new();
    ...
        } else {
            do that..
        }