Help for this page

Select Code to Download


  1. or download this
    file( { wanted => \&wanted, untaint => 1 }, '.' );
    
  2. or download this
        if ( !@termcap_path || !$entry )
        {
    ...
        }
     
        croak "Can't find a valid termcap file" unless @termcap_path || $e
    +ntry;