問題タブ [perldoc]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
term - XQuartzのウィンドウの適切なシェル用語/ TERM値?
XQuartz の Windows で使用する $term/$TERM の適切な設定を探しています。xterm も vt100 もうまく動作しません。プレーン テキストは問題なく表示されますが、非プレーン テキストを使用しようとすると問題が発生します。
man ページは通常問題なく表示されますが、問題が発生する場合もあります。(残念ながら、現時点では良い悪い例は思いつきません。)
現在、POD を表示しようとすると、これが表示されます。以下は、いくつかの単純なポッドと、さまざまな $term 設定で実行されるいくつかの perldoc です。
tcsh と bash で同じ問題が発生しました。
Perldoc は、OSX 上の xterms で正常に動作していました。数年前にこの動作が始まり、ついにうんざりして、再び機能させようとしています. (Perldoc、いくつかの man ページ、およびええと、私がこの問題を見た他のいくつかのもの。)
助けてくれてどうもありがとう!
バージョン: XQuartz 2.7.11; OS X 10.13.4; Perl v5.26.2; Perldoc v3.28
python - pydoc で doc テキストのみを表示する方法
perl 開発者として、perldocユーティリティを認識しています。私はpythonが初めてで、同じものを探していてpydocを見つけました。しかし、pydoc の問題は、三重引用符で囲まれたドキュメントのみを見たいときに、スクリプトも実行していることです。どんな助けでも大歓迎です。
perl - perldoc shows "Can't find any loadable formatter class in Pod" error?
I am running this:
and get this above error. I have installed the ensembl properly but perldoc is showing error. Can you give your suggestions in resolving this issue? Thanks!
perl - What is the official Perl documentation on the web?
I found perldoc.pl with a high usability level being up-to-date to version 5.30.0.
Perl.org links to perldoc.perl.org which stops at version 5.26.1. But on the other hand, it links to Download (version 5.28.2) to Strawberry Perl (actually version 5.30.0) which I find very confusing.
I already know that Perl 6 is a completely different language. Is there maybe another language barrier after 5.26.*?
Background
Since I use it rarely, a program update is the starting point when I reenter Perl. And that's why I was interested in studying the delta documentation before installing, and this delta was hard to find.