perl > 5.12.1 との差分

perl 5.12.1 と 5.26.1 の差分

11
22=encoding euc-jp
33
44=head1 NAME
55
66=begin original
77
8perl - The Perl language interpreter
8perl - The Perl 5 language interpreter
99
1010=end original
1111
12perl - Perl 言語インタプリタ
12perl - Perl 5 言語インタプリタ
1313
1414=head1 SYNOPSIS
1515
1616B<perl> S<[ B<-sTtuUWX> ]>
1717 S<[ B<-hv> ] [ B<-V>[:I<configvar>] ]>
1818 S<[ B<-cw> ] [ B<-d>[B<t>][:I<debugger>] ] [ B<-D>[I<number/list>] ]>
1919 S<[ B<-pna> ] [ B<-F>I<pattern> ] [ B<-l>[I<octal>] ] [ B<-0>[I<octal/hexadecimal>] ]>
2020 S<[ B<-I>I<dir> ] [ B<-m>[B<->]I<module> ] [ B<-M>[B<->]I<'module...'> ] [ B<-f> ]>
2121 S<[ B<-C [I<number/list>] >]>
2222 S<[ B<-S> ]>
2323 S<[ B<-x>[I<dir>] ]>
2424 S<[ B<-i>[I<extension>] ]>
2525 S<[ [B<-e>|B<-E>] I<'command'> ] [ B<--> ] [ I<programfile> ] [ I<argument> ]...>
2626
27=begin original
28
29For more information on these options, you can run C<perldoc perlrun>.
30
31=end original
32
33これらのオプションに関するさらなる情報については、C<perldoc perlrun> を
34実行してください。
35
2736=head1 GETTING HELP
2837
2938(ヘルプを見る)
3039
3140=begin original
3241
3342The F<perldoc> program gives you access to all the documentation that comes
3443with Perl. You can get more documentation, tutorials and community support
3544online at L<http://www.perl.org/>.
3645
3746=end original
3847
3948F<perldoc> プログラムは、Perl と共に配布されている全ての文書を読むための
4049プログラムです。
4150L<http://www.perl.org/> では、さらなる文書、チュートリアル、コミュニティ
4251サポートがオンラインで得られます。
4352
4453=begin original
4554
4655If you're new to Perl, you should start by running C<perldoc perlintro>,
4756which is a general intro for beginners and provides some background to help
4857you navigate the rest of Perl's extensive documentation. Run C<perldoc
4958perldoc> to learn more things you can do with F<perldoc>.
5059
5160=end original
5261
5362もし Perl が初めてなら、C<perldoc perlintro> を実行することから
5463始めるのがよいでしょう;
5564これは初心者のための全体的な導入であり、Perl の豊富なドキュメントの残りを
5665読むのを助ける、いくらかの背景を提供します。
5766F<perldoc> でできることを学ぶには、C<perldoc perldoc> を実行してください。
5867
5968=begin original
6069
6170For ease of access, the Perl manual has been split up into several sections.
6271
6372=end original
6473
6574参照しやすいように Perl のマニュアルは、いくつかの節に分割しています。
6675
76=begin buildtoc
77
78# This section is parsed by Porting/pod_lib.pl for use by pod/buildtoc etc
79
80flag =g perluniprops perlmodlib perlapi perlintern
81flag =go perltoc
82flag =ro perlcn perljp perlko perltw
83flag = perlvms
84
85path perlfaq.* cpan/perlfaq/lib/
86path perlglossary cpan/perlfaq/lib/
87path perlxs(?:tut|typemap)? dist/ExtUtils-ParseXS/lib/
88path perldoc cpan/Pod-Perldoc/
89
90aux h2ph h2xs perlbug pl2pm pod2html pod2man splain xsubpp
91
92=end buildtoc
93
6794=head2 Overview
6895
6996(概観)
7097
7198=begin original
7299
73100 perl Perl overview (this section)
74101 perlintro Perl introduction for beginners
102 perlrun Perl execution and options
75103 perltoc Perl documentation table of contents
76104
77105=end original
78106
79107 perl Perl の概観(この章)
80108 perlintro 初心者のための Perl の手引き
109 perlrun Perl の実行とオプション
81110 perltoc Perl 文書の目次
82111
83112=head2 Tutorials
84113
85114(チュートリアル)
86115
87116=begin original
88117
89118 perlreftut Perl references short introduction
90119 perldsc Perl data structures intro
91120 perllol Perl data structures: arrays of arrays
92121
93122=end original
94123
95124 perlreftut Perl リファレンスの短い手引き
96125 perldsc Perl データ構造の手引き
97126 perllol Perl データ構造: 配列の配列
98127
99128=begin original
100129
101130 perlrequick Perl regular expressions quick start
102131 perlretut Perl regular expressions tutorial
103132
104133=end original
105134
106135 perlrequick Perl 正規表現クイックスタート
107136 perlretut Perl 正規表現のチュートリアル
108137
109138=begin original
110139
111 perlboot Perl OO tutorial for beginners
140 perlootut Perl OO tutorial for beginners
112 perltoot Perl OO tutorial, part 1
113 perltooc Perl OO tutorial, part 2
114 perlbot Perl OO tricks and examples
115141
116142=end original
117143
118 perlboot 初心者のための Perl OO チュートリアル
144 perlootut 初心者のための Perl OO チュートリアル
119 perltoot Perl OO チュートリアル、第 1 部
120 perltooc Perl OO チュートリアル、第 2 部
121 perlbot Perl OO トリックと例
122145
123146=begin original
124147
125148 perlperf Perl Performance and Optimization Techniques
126149
127150=end original
128151
129152 perlperf Perl のパフォーマンスと最適化のテクニック
130153
131154=begin original
132155
133156 perlstyle Perl style guide
134157
135158=end original
136159
137160 perlstyle Perl スタイルガイド
138161
139162=begin original
140163
141164 perlcheat Perl cheat sheet
142165 perltrap Perl traps for the unwary
143166 perldebtut Perl debugging tutorial
144167
145168=end original
146169
147170 perlcheat Perl チートシート
148171 perltrap 不注意による Perl のわな
149172 perldebtut Perl デバッグチュートリアル
150173
151174=begin original
152175
153176 perlfaq Perl frequently asked questions
154177 perlfaq1 General Questions About Perl
155178 perlfaq2 Obtaining and Learning about Perl
156179 perlfaq3 Programming Tools
157180 perlfaq4 Data Manipulation
158181 perlfaq5 Files and Formats
159182 perlfaq6 Regexes
160183 perlfaq7 Perl Language Issues
161184 perlfaq8 System Interaction
162185 perlfaq9 Networking
163186
164187=end original
165188
166189 perlfaq Perl でよくある質問と答え
167190 perlfaq1 Perl に関する一般的な質問
168191 perlfaq2 Perl の入手と学習
169192 perlfaq3 プログラミングツール
170193 perlfaq4 データ操作
171194 perlfaq5 ファイルとフォーマット
172195 perlfaq6 正規表現
173196 perlfaq7 Perl 言語に関することがら
174197 perlfaq8 システムとの相互作用
175198 perlfaq9 ネットワーク
176199
177200=head2 Reference Manual
178201
179202(リファレンスマニュアル)
180203
181204=begin original
182205
183206 perlsyn Perl syntax
184207 perldata Perl data structures
185208 perlop Perl operators and precedence
186209 perlsub Perl subroutines
187210 perlfunc Perl built-in functions
188211 perlopentut Perl open() tutorial
189212 perlpacktut Perl pack() and unpack() tutorial
190213 perlpod Perl plain old documentation
191214 perlpodspec Perl plain old documentation format specification
192 perlrun Perl execution and options
215 perlpodstyle Perl POD style guide
193216 perldiag Perl diagnostic messages
217 perldeprecation Perl deprecations
194218 perllexwarn Perl warnings and their control
195219 perldebug Perl debugging
196220 perlvar Perl predefined variables
197221 perlre Perl regular expressions, the rest of the story
198222 perlrebackslash Perl regular expression backslash sequences
199223 perlrecharclass Perl regular expression character classes
200224 perlreref Perl regular expressions quick reference
201225 perlref Perl references, the rest of the story
202226 perlform Perl formats
203227 perlobj Perl objects
204228 perltie Perl objects hidden behind simple variables
205229 perldbmfilter Perl DBM filters
206230
207231=end original
208232
209233 perlsyn Perl の文法
210234 perldata Perl のデータ構造
211235 perlop Perl の演算子と優先順位
212236 perlsub Perl のサブルーチン
213237 perlfunc Perl の組み込み関数
214238 perlopentut Perl の open() のチュートリアル
215239 perlpacktut Perl の pack() と unpack() のチュートリアル
216240 perlpod Perl plain old documentation
217241 perlpodspec Perl plain old documentation 形式定義
218 perlrun Perl の実行とオプション
242 perlpodstyle Perl POD スタイルガイド
219243 perldiag Perl の診断メッセージ
244 perldeprecation Perl の廃止予定
220245 perllexwarn Perl の警告とその制御
221246 perldebug Perl のデバッグ
222247 perlvar Perl の定義済み変数
223248 perlre Perl 正規表現; その他の話題
224249 perlrebackslash Perl 正規表現バックスラッシュシーケンス
225250 perlrecharclass Perl 正規表現文字クラス
226251 perlreref Perl 正規表現クイックリファレンス
227252 perlref Perl のリファレンス; その他の話題
228253 perlform Perl のフォーマット
229254 perlobj Perl のオブジェクト
230255 perltie Perl の、単純な変数に隠されたオブジェクト
231256 perldbmfilter Perl DBM フィルタ
232257
233258=begin original
234259
235260 perlipc Perl interprocess communication
236261 perlfork Perl fork() information
237262 perlnumber Perl number semantics
238263
239264=end original
240265
241266 perlipc Perl のプロセス間通信
242267 perlfork Perl の fork() 情報
243268 perlnumber Perl の数値の意味論
244269
245270=begin original
246271
247272 perlthrtut Perl threads tutorial
248273
249274=end original
250275
251276 perlthrtut Perl のスレッドのチュートリアル
252277
253278=begin original
254279
255280 perlport Perl portability guide
256281 perllocale Perl locale support
257282 perluniintro Perl Unicode introduction
258283 perlunicode Perl Unicode support
284 perlunicook Perl Unicode cookbook
259285 perlunifaq Perl Unicode FAQ
260 perluniprops Index of Unicode Version 5.2.0 properties in Perl
286 perluniprops Index of Unicode properties in Perl
261287 perlunitut Perl Unicode tutorial
262288 perlebcdic Considerations for running Perl on EBCDIC platforms
263289
264290=end original
265291
266292 perlport Perl の移植性ガイド
267293 perllocale Perl のロケール対応
268294 perluniintro Perl の Unicode の紹介
269295 perlunicode Perl の Unicode 対応
296 perlunicook Perl Unicode クックブック
270297 perlunifaq Perl の Unicode FAQ
271 perluniprops Perl での Unicode バージョン 5.2.0 特性の一覧
298 perluniprops Perl での Unicode 特性の一覧
272299 perlunitut Perl の Unicode のチュートリアル
273300 perlebcdic EBCDIC プラットフォームで Perl を実行する際の検討材料
274301
275302=begin original
276303
277304 perlsec Perl security
278305
279306=end original
280307
281308 perlsec Perl のセキュリティ
282309
283310=begin original
284311
285312 perlmod Perl modules: how they work
286313 perlmodlib Perl modules: how to write and use
287314 perlmodstyle Perl modules: how to write modules with style
288315 perlmodinstall Perl modules: how to install from CPAN
289316 perlnewmod Perl modules: preparing a new module for distribution
290317 perlpragma Perl modules: writing a user pragma
291318
292319=end original
293320
294321 perlmod Perl モジュール: どのように動作するか
295322 perlmodlib Perl モジュール: 書き方と使い方
296323 perlmodstyle Perl モジュール: 上品なモジュールの書き方
297324 perlmodinstall Perl モジュール: CPAN からのインストールの仕方
298325 perlnewmod Perl モジュール: 新しいモジュールの配布の準備
299326 perlpragma Perl モジュール: ユーザープラグマを書く
300327
301328=begin original
302329
303330 perlutil utilities packaged with the Perl distribution
304331
305332=end original
306333
307334 perlutil Perl 配布に含まれるユーティリティ
308335
309336=begin original
310337
311 perlcompile Perl compiler suite intro
338 perlfilter Perl source filters
312339
313340=end original
314341
315 perlcompile Perl コンパイラ機能の紹介
342 perlfilter Perl ソースフィルタ
316343
317344=begin original
318345
319 perlfilter Perl source filters
346 perldtrace Perl's support for DTrace
320347
321348=end original
322349
323 perlfilter Perl ソースフィルタ
350 perldtrace Perl の DTrace 対応
324351
325352=begin original
326353
327354 perlglossary Perl Glossary
328355
329356=end original
330357
331358 perlglossary Perl 用語集
332359
333360=head2 Internals and C Language Interface
334361
335362(内部と C 言語インターフェース)
336363
337364=begin original
338365
339366 perlembed Perl ways to embed perl in your C or C++ application
340367 perldebguts Perl debugging guts and tips
341368 perlxstut Perl XS tutorial
342369 perlxs Perl XS application programming interface
370 perlxstypemap Perl XS C/Perl type conversion tools
343371 perlclib Internal replacements for standard C library functions
344372 perlguts Perl internal functions for those doing extensions
345373 perlcall Perl calling conventions from C
346374 perlmroapi Perl method resolution plugin interface
347375 perlreapi Perl regular expression plugin interface
348376 perlreguts Perl regular expression engine internals
349377
350378=end original
351379
352380 perlembed C や C++ のアプリケーションに perl を組み込む方法
353381 perldebguts Perl デバッグの内部と小技
354382 perlxstut Perl XS のチュートリアル
355383 perlxs Perl XS アプリケーションプログラミングインターフェース
384 perlxstypemap Perl XS C/Perl 型変換ツール
356385 perlclib 標準 C ライブラリ関数の内部置換
357386 perlguts エクステンションのための Perl の内部関数
358387 perlcall C からの Perl 呼び出し仕様
359388 perlmroapi Perl メソッド解決プラグインインターフェース
360389 perlreapi Perl 正規表現プラグインインターフェース
361390 perlreguts Perl 正規表現エンジンの内部
362391
363392=begin original
364393
365394 perlapi Perl API listing (autogenerated)
366395 perlintern Perl internal functions (autogenerated)
367396 perliol C API for Perl's implementation of IO in Layers
368397 perlapio Perl internal IO abstraction interface
369398
370399=end original
371400
372401 perlapi Perl API 一覧 (自動生成)
373402 perlintern Perl 内部関数 (自動生成)
374403 perliol I/O 層の Perl での実装のための C API
375404 perlapio Perl 内部l I/O 抽象インターフェース
376405
377406=begin original
378407
379408 perlhack Perl hackers guide
409 perlsource Guide to the Perl source tree
410 perlinterp Overview of the Perl interpreter source and how it works
411 perlhacktut Walk through the creation of a simple C code patch
412 perlhacktips Tips for Perl core C code hacking
380413 perlpolicy Perl development policies
381 perlrepository Perl source repository
414 perlgit Using git with the Perl repository
382415
383416=end original
384417
385418 perlhack Perl ハッカーズガイド
419 perlsource Perl ソースツリーのガイド
420 perlinterp Perl インタプリタの概略と、どのように動作するか
421 perlhacktut 簡単な C コードパッチ作成のウォークスルー
422 perlhacktips Perl コア C コードをハッキングするときの小技
386423 perlpolicy Perl 開発ポリシー
387 perlrepository Perl ソースレポジトリ
424 perlgit Perl ポジトリで git を使う
388425
389426=head2 Miscellaneous
390427
391428(その他)
392429
393430=begin original
394431
395432 perlbook Perl book information
396433 perlcommunity Perl community information
397 perltodo Perl things to do
398434
399435=end original
400436
401437 perlbook Perl の書籍情報
402438 perlcommunity Perl のコミュニティ情報
403 perltodo Perl の「することリスト」
404439
405440=begin original
406441
407442 perldoc Look up Perl documentation in Pod format
408443
409444=end original
410445
411446 perldoc Pod 形式の Perl ドキュメントを見る
412447
413448=begin original
414449
415450 perlhist Perl history records
416451 perldelta Perl changes since previous version
452 perl5260delta Perl changes in version 5.26.0
453 perl5242delta Perl changes in version 5.24.2
454 perl5241delta Perl changes in version 5.24.1
455 perl5240delta Perl changes in version 5.24.0
456 perl5224delta Perl changes in version 5.22.4
457 perl5223delta Perl changes in version 5.22.3
458 perl5222delta Perl changes in version 5.22.2
459 perl5221delta Perl changes in version 5.22.1
460 perl5220delta Perl changes in version 5.22.0
461 perl5203delta Perl changes in version 5.20.3
462 perl5202delta Perl changes in version 5.20.2
463 perl5201delta Perl changes in version 5.20.1
464 perl5200delta Perl changes in version 5.20.0
465 perl5184delta Perl changes in version 5.18.4
466 perl5182delta Perl changes in version 5.18.2
467 perl5181delta Perl changes in version 5.18.1
468 perl5180delta Perl changes in version 5.18.0
469 perl5163delta Perl changes in version 5.16.3
470 perl5162delta Perl changes in version 5.16.2
471 perl5161delta Perl changes in version 5.16.1
472 perl5160delta Perl changes in version 5.16.0
473 perl5144delta Perl changes in version 5.14.4
474 perl5143delta Perl changes in version 5.14.3
475 perl5142delta Perl changes in version 5.14.2
476 perl5141delta Perl changes in version 5.14.1
477 perl5140delta Perl changes in version 5.14.0
478 perl5125delta Perl changes in version 5.12.5
479 perl5124delta Perl changes in version 5.12.4
480 perl5123delta Perl changes in version 5.12.3
481 perl5122delta Perl changes in version 5.12.2
482 perl5121delta Perl changes in version 5.12.1
417483 perl5120delta Perl changes in version 5.12.0
418 perl5115delta Perl changes in version 5.11.5
419 perl5114delta Perl changes in version 5.11.4
420 perl5113delta Perl changes in version 5.11.3
421 perl5112delta Perl changes in version 5.11.2
422 perl5111delta Perl changes in version 5.11.1
423 perl5110delta Perl changes in version 5.11.0
424484 perl5101delta Perl changes in version 5.10.1
425485 perl5100delta Perl changes in version 5.10.0
426 perl595delta Perl changes in version 5.9.5
427 perl594delta Perl changes in version 5.9.4
428 perl593delta Perl changes in version 5.9.3
429 perl592delta Perl changes in version 5.9.2
430 perl591delta Perl changes in version 5.9.1
431 perl590delta Perl changes in version 5.9.0
432486 perl589delta Perl changes in version 5.8.9
433487 perl588delta Perl changes in version 5.8.8
434488 perl587delta Perl changes in version 5.8.7
435489 perl586delta Perl changes in version 5.8.6
436490 perl585delta Perl changes in version 5.8.5
437491 perl584delta Perl changes in version 5.8.4
438492 perl583delta Perl changes in version 5.8.3
439493 perl582delta Perl changes in version 5.8.2
440494 perl581delta Perl changes in version 5.8.1
441495 perl58delta Perl changes in version 5.8.0
442 perl573delta Perl changes in version 5.7.3
443 perl572delta Perl changes in version 5.7.2
444 perl571delta Perl changes in version 5.7.1
445 perl570delta Perl changes in version 5.7.0
446496 perl561delta Perl changes in version 5.6.1
447497 perl56delta Perl changes in version 5.6
448498 perl5005delta Perl changes in version 5.005
449499 perl5004delta Perl changes in version 5.004
450500
451501=end original
452502
453503 perlhist Perl の歴史の記録
454504 perldelta Perl の前回のバージョンからの変更点
505 perl5260delta Perl の変更点: バージョン 5.26.0
506 perl5242delta Perl の変更点: バージョン 5.24.2
507 perl5241delta Perl の変更点: バージョン 5.24.1
508 perl5240delta Perl の変更点: バージョン 5.24.0
509 perl5224delta Perl の変更点: バージョン 5.22.4
510 perl5223delta Perl の変更点: バージョン 5.22.3
511 perl5222delta Perl の変更点: バージョン 5.22.2
512 perl5221delta Perl の変更点: バージョン 5.22.1
513 perl5220delta Perl の変更点: バージョン 5.22.0
514 perl5203delta Perl の変更点: バージョン 5.20.3
515 perl5202delta Perl の変更点: バージョン 5.20.2
516 perl5201delta Perl の変更点: バージョン 5.20.1
517 perl5200delta Perl の変更点: バージョン 5.20.0
518 perl5184delta Perl の変更点: バージョン 5.18.4
519 perl5182delta Perl の変更点: バージョン 5.18.2
520 perl5181delta Perl の変更点: バージョン 5.18.1
521 perl5180delta Perl の変更点: バージョン 5.18.0
522 perl5163delta Perl の変更点: バージョン 5.16.3
523 perl5162delta Perl の変更点: バージョン 5.16.2
524 perl5161delta Perl の変更点: バージョン 5.16.1
525 perl5160delta Perl の変更点: バージョン 5.16.0
526 perl5144delta Perl の変更点: バージョン 5.14.4
527 perl5143delta Perl の変更点: バージョン 5.14.3
528 perl5142delta Perl の変更点: バージョン 5.14.2
529 perl5141delta Perl の変更点: バージョン 5.14.1
530 perl5140delta Perl の変更点: バージョン 5.14.0
531 perl5125delta Perl の変更点: バージョン 5.12.5
532 perl5124delta Perl の変更点: バージョン 5.12.4
533 perl5123delta Perl の変更点: バージョン 5.12.3
534 perl5122delta Perl の変更点: バージョン 5.12.2
535 perl5121delta Perl の変更点: バージョン 5.12.1
455536 perl5120delta Perl の変更点: バージョン 5.12.0
456 perl5115delta Perl の変更点: バージョン 5.11.5
457 perl5114delta Perl の変更点: バージョン 5.11.4
458 perl5113delta Perl の変更点: バージョン 5.11.3
459 perl5112delta Perl の変更点: バージョン 5.11.2
460 perl5111delta Perl の変更点: バージョン 5.11.1
461 perl5110delta Perl の変更点: バージョン 5.11.0
462537 perl5101delta Perl の変更点: バージョン 5.10.1
463538 perl5100delta Perl の変更点: バージョン 5.10.0
464 perl595delta Perl の変更点: バージョン 5.9.5
465 perl594delta Perl の変更点: バージョン 5.9.4
466 perl593delta Perl の変更点: バージョン 5.9.3
467 perl592delta Perl の変更点: バージョン 5.9.2
468 perl591delta Perl の変更点: バージョン 5.9.1
469 perl590delta Perl の変更点: バージョン 5.9.0
470539 perl589delta Perl の変更点: バージョン 5.8.9
471540 perl588delta Perl の変更点: バージョン 5.8.8
472541 perl587delta Perl の変更点: バージョン 5.8.7
473542 perl586delta Perl の変更点: バージョン 5.8.6
474543 perl585delta Perl の変更点: バージョン 5.8.5
475544 perl584delta Perl の変更点: バージョン 5.8.4
476545 perl583delta Perl の変更点: バージョン 5.8.3
477546 perl582delta Perl の変更点: バージョン 5.8.2
478547 perl581delta Perl の変更点: バージョン 5.8.1
479548 perl58delta Perl の変更点: バージョン 5.8.0
480 perl573delta Perl の変更点: バージョン 5.7.3
481 perl572delta Perl の変更点: バージョン 5.7.2
482 perl571delta Perl の変更点: バージョン 5.7.1
483 perl570delta Perl の変更点: バージョン 5.7.0
484549 perl561delta Perl の変更点: バージョン 5.6.1
485550 perl56delta Perl の変更点: バージョン 5.6
486551 perl5005delta Perl の変更点: バージョン 5.005
487552 perl5004delta Perl の変更点: バージョン 5.004
488553
489554=begin original
490555
556 perlexperiment A listing of experimental features in Perl
557
558=end original
559
560 perlexperiment Perl の実験的機能の一覧
561
562=begin original
563
491564 perlartistic Perl Artistic License
492565 perlgpl GNU General Public License
493566
494567=end original
495568
496569 perlartistic Perl Artistic License
497570 perlgpl GNU General Public License
498571
499572=head2 Language-Specific
500573
501574(言語特有)
502575
576=for buildtoc flag +r
577
503578=begin original
504579
505580 perlcn Perl for Simplified Chinese (in EUC-CN)
506581 perljp Perl for Japanese (in EUC-JP)
507582 perlko Perl for Korean (in EUC-KR)
508583 perltw Perl for Traditional Chinese (in Big5)
509584
510585=end original
511586
512587 perlcn Perl 情報: 簡体中国語 (EUC-CN)
513588 perljp Perl 情報: 日本語 (EUC-JP)
514589 perlko Perl 情報: 韓国語 (EUC-KR)
515590 perltw Perl 情報: 繁体中国語 (Big5)
516591
517592=head2 Platform-Specific
518593
519594(プラットフォーム特有)
520595
521596=begin original
522597
523598 perlaix Perl notes for AIX
524599 perlamiga Perl notes for AmigaOS
525 perlapollo Perl notes for Apollo DomainOS
600 perlandroid Perl notes for Android
526 perlbeos Perl notes for BeOS
527601 perlbs2000 Perl notes for POSIX-BC BS2000
528602 perlce Perl notes for WinCE
529603 perlcygwin Perl notes for Cygwin
530 perldgux Perl notes for DG/UX
531604 perldos Perl notes for DOS
532 perlepoc Perl notes for EPOC
533605 perlfreebsd Perl notes for FreeBSD
534606 perlhaiku Perl notes for Haiku
535607 perlhpux Perl notes for HP-UX
536608 perlhurd Perl notes for Hurd
537609 perlirix Perl notes for Irix
538610 perllinux Perl notes for Linux
539611 perlmacos Perl notes for Mac OS (Classic)
540612 perlmacosx Perl notes for Mac OS X
541 perlmpeix Perl notes for MPE/iX
542613 perlnetware Perl notes for NetWare
543614 perlopenbsd Perl notes for OpenBSD
544615 perlos2 Perl notes for OS/2
545616 perlos390 Perl notes for OS/390
546617 perlos400 Perl notes for OS/400
547618 perlplan9 Perl notes for Plan 9
548619 perlqnx Perl notes for QNX
549620 perlriscos Perl notes for RISC OS
550621 perlsolaris Perl notes for Solaris
551622 perlsymbian Perl notes for Symbian
623 perlsynology Perl notes for Synology
552624 perltru64 Perl notes for Tru64
553 perluts Perl notes for UTS
554 perlvmesa Perl notes for VM/ESA
555625 perlvms Perl notes for VMS
556626 perlvos Perl notes for Stratus VOS
557627 perlwin32 Perl notes for Windows
558628
559629=end original
560630
561631 perlaix Perl 情報: AIX
562632 perlamiga Perl 情報: AmigaOS
563 perlapollo Perl 情報: Apollo DomainOS
633 perlandroid Perl 情報: Android
564 perlbeos Perl 情報: BeOS
565634 perlbs2000 Perl 情報: POSIX-BC BS2000
566635 perlce Perl 情報: WinCE
567636 perlcygwin Perl 情報: Cygwin
568 perldgux Perl 情報: DG/UX
569637 perldos Perl 情報: DOS
570 perlepoc Perl 情報: EPOC
571638 perlfreebsd Perl 情報: FreeBSD
572639 perlhaiku Perl 情報: Haiku
573640 perlhpux Perl 情報: HP-UX
574641 perlhurd Perl 情報: Hurd
575642 perlirix Perl 情報: Irix
576643 perllinux Perl 情報: Linux
577644 perlmacos Perl 情報: Mac OS (Classic)
578645 perlmacosx Perl 情報: Mac OS X
579 perlmpeix Perl 情報: MPE/iX
580646 perlnetware Perl 情報: NetWare
581647 perlopenbsd Perl 情報: OpenBSD
582648 perlos2 Perl 情報: OS/2
583649 perlos390 Perl 情報: OS/390
584650 perlos400 Perl 情報: OS/400
585651 perlplan9 Perl 情報: Plan 9
586652 perlqnx Perl 情報: QNX
587653 perlriscos Perl 情報: RISC OS
588654 perlsolaris Perl 情報: Solaris
589655 perlsymbian Perl 情報: Symbian
656 perlsynology Perl 情報: Synology
590657 perltru64 Perl 情報: Tru64
591 perluts Perl 情報: UTS
592 perlvmesa Perl 情報: VM/ESA
593658 perlvms Perl 情報: VMS
594659 perlvos Perl 情報: Stratus VOS
595660 perlwin32 Perl 情報: Windows
596661
662=for buildtoc flag -r
663
664=head2 Stubs for Deleted Documents
665
666(削除された文書のスタブ)
667
668 perlboot
669 perlbot
670 perlrepository
671 perltodo
672 perltooc
673 perltoot
674
675=for buildtoc __END__
676
597677=begin original
598678
599679On a Unix-like system, these documentation files will usually also be
600680available as manpages for use with the F<man> program.
601681
602682=end original
603683
604684Unix 風のシステムでは、これらの文書は普通は F<man> プログラムで使える
605685man ページとしても提供されます。
606686
607687=begin original
608688
689Some documentation is not available as man pages, so if a
690cross-reference is not found by man, try it with L<perldoc>. Perldoc can
691also take you directly to documentation for functions (with the B<-f>
692switch). See C<perldoc --help> (or C<perldoc perldoc> or C<man perldoc>)
693for other helpful options L<perldoc> has to offer.
694
695=end original
696
697一部の文書は man ページでは利用できないので、man によってクロスリファレンスが
698見つからなかった場合は、L<perldoc> で試してください。
699perldoc は (B<-f> スイッチで) 関数の文書を直接得ることもできます。
700L<perldoc> が提供するその他の有用なオプションについては
701C<perldoc --help> (または C<perldoc perldoc> または C<man perldoc>) を
702参照してください。
703
704=begin original
705
609706In general, if something strange has gone wrong with your program and you're
610not sure where you should look for help, try the B<-w> switch first. It will
707not sure where you should look for help, try making your code comply with
611often point out exactly where the trouble is.
708B<use strict> and B<use warnings>. These will often point out exactly
709where the trouble is.
612710
613711=end original
614712
615713一般的に、プログラムの実行時に何か変なことが起こって、どこを参照したら
616よいかわからない場合には、まず B<-w> スイッチを試してみてください。
714よいかわからない場合には、まずコードを B<use strict> と B<use warnings>
617これで、問題か所を特定できる場合も、多々あります。
715動作るようにしてみてください
716これで、問題の箇所を特定できる場合も、多々あります。
618717
619718=head1 DESCRIPTION
620719
621720=begin original
622721
623722Perl officially stands for Practical Extraction and Report Language,
624723except when it doesn't.
625724
626725=end original
627726
628727Perl は公式には "Practical Extraction and Report Language" の略ですが、
629728そうでない場合もあります。
630729
631730=begin original
632731
633Perl is a language optimized for scanning arbitrary
732Perl was originally a language optimized for scanning arbitrary
634733text files, extracting information from those text files, and printing
635reports based on that information. It's also a good language for many
734reports based on that information. It quickly became a good language
636system management tasks. The language is intended to be practical
735for many system management tasks. Over the years, Perl has grown into
637(easy to use, efficient, complete) rather than beautiful (tiny,
736a general-purpose programming language. It's widely used for everything
638elegant, minimal).
737from quick "one-liners" to full-scale application development.
639738
640739=end original
641740
642Perl はテキストファイルを読み取り、そこから情報を引き出し、
741Perl は元々テキストファイルを読み取り、そこから情報を引き出し、
643その情報を元に様々な報告を行なうように設計された言語で
742その情報を元に様々な報告を行なうように設計された言語でした
644また、多くのシステムマネジメントの作業を行なうのに
743そして急速に多くのシステムマネジメントの作業を行なうのに
645適した言語でもありま
744適した言語になりました
646この言語は綺麗さ (小規模、エレガント、最少) でなく、
745年を重ねるにつれてPerl汎用プログラミング言語に成長しました。
647実用性 (使い易さ、効率、完全性) を目指していす。
746簡単な「一行野郎」からフルスケールのアプリケーション開発
747あらゆることに広く使われています。
648748
649749=begin original
650750
651Perl combines (in the author's opinion, anyway) some of the best
751The language is intended to be practical (easy to use, efficient,
652features of C, B<sed>, B<awk>, and B<sh>, so people familiar with
752complete) rather than beautiful (tiny, elegant, minimal). It combines
653those languages should have little difficulty with it. (Language
753(in the author's opinion, anyway) some of the best features of B<sed>,
654historians will also note some vestiges of B<csh>, Pascal, and even
754B<awk>, and B<sh>, making it familiar and easy to use for Unix users to
655BASIC-PLUS.) Expression syntax corresponds closely to C
755whip up quick solutions to annoying problems. Its general-purpose
656expression syntax. Unlike most Unix utilities, Perl does not
756programming facilities support procedural, functional, and
657arbitrarily limit the size of your data--if you've got the memory,
757object-oriented programming paradigms, making Perl a comfortable
658Perl can slurp in your whole file as a single string. Recursion is of
758language for the long haul on major projects, whatever your bent.
659unlimited depth. And the tables used by hashes (sometimes called
660"associative arrays") grow as necessary to prevent degraded
661performance. Perl can use sophisticated pattern matching techniques to
662scan large amounts of data quickly. Although optimized for
663scanning text, Perl can also deal with binary data, and can make dbm
664files look like hashes. Setuid Perl scripts are safer than C programs
665through a dataflow tracing mechanism that prevents many stupid
666security holes.
667759
668760=end original
669761
670Perl は、(少なくとも作者の意見では) C, B<sed>, B<awk>, B<sh> の良い部分を
762この言語は、綺麗さ (小規模、エレガント、最少) ではなく、
671組み合わせてるのでこれらの言語に馴染みのある方にはそれほど
763実用性 (使易さ効率完全性) を目指しています。
672難しいものではでしょう。
764これは (少なくと作者意見では) B<sed>, B<awk>, B<sh> の良部分を
673(言語歴史学者はまた、B<csh>, Pascal あるは BASIC-PLUS の痕跡にも
765組み合わせてるので、Unix ユーザーが面倒な問題を素早く解決することが
674気付くもしれせん)
766りやすく簡単になってい
675の構は、C の式の構文に対応したものとなっています。
767汎用プログラミング機構は手続き的関数的、オブジェクト指向
676多くの UNIX のユーティリティとは違って、Perl はデータ大きさ
768プログラミングパラダイムに対応しいるのであなた傾向関わらず、
677恣意的制限を設けせん
769プロジェクトでの長期戦に対して快適な言語になってい
678つまり Perl では、メモリさえ十分にあれば、ファイルを丸ごと 1 つの
679文字列に入れてしまうこともできます。
680再帰の深さにも制限がありません。
681また、ハッシュ(「連想配列」と呼ばれることもあります)が使用するテーブルは、
682パフォーマンスを損なわないように、必要に応じて、自動的に大きくなります。
683Perl では、大量のデータをすばやく走査できるように、工夫を凝らした
684パターンマッチの技術が使えます。
685テキストの走査のために設計されてはいますが、Perl では、
686バイナリデータを扱うこともできますし、
687dbm ファイルをハッシュのようにして扱うこともできるようになっています。
688データフロートレース機構を使って、単純ミスによるセキュリティホールを
689塞ぐようにしているため、多くの場合、setuid Perl スクリプトは C の
690プログラムよりも安全です。
691770
692771=begin original
693772
694If you have a problem that would ordinarily use B<sed> or B<awk> or
773Perl's roots in text processing haven't been forgotten over the years.
695B<sh>, but it exceeds their capabilities or must run a little faster,
774It still boasts some of the most powerful regular expressions to be
696and you don't want to write the silly thing in C, then Perl may be for
775found anywhere, and its support for Unicode text is world-class. It
697you. There are also translators to turn your B<sed> and B<awk>
776handles all kinds of structured text, too, through an extensive
698scripts into Perl scripts.
777collection of extensions. Those libraries, collected in the CPAN,
778provide ready-made solutions to an astounding array of problems. When
779they haven't set the standard themselves, they steal from the best
780-- just like Perl itself.
699781
700782=end original
701783
702普通は B<sed> や B<awk> や B<sh> 書くような問題でも、少荷が
784テキスト処理での Perl の根本は長年忘れられていませんでした。
703重すぎようとき、多少でも実行速度を速くなければならなときや
785どこでも見られ最も強力正規表現の一部は今でも誇りとますし
704C で書く程でもないときには、Perl が最適しょう
786その Unicode 対応はワールドクラス
705また、B<sed> や B<awk> のスクリプを Perl のスクリプトに変換する
787あらゆる種類構造化テキストも、広範囲なエクテンションのコレションを
706トランスレータも用意されています。
788通しいます。
789CPAN で収集されているこれらのライブラリは、驚くべき大量の問題への
790準備された解法を提供します。
791自分自身で標準を設定していないときは、(Perl 自身と同様) 最良のものから
792盗んでいます。
707793
708=begin original
709
710But wait, there's more...
711
712=end original
713
714ちょっと待ってください、まだあります…
715
716=begin original
717
718Begun in 1993 (see L<perlhist>), Perl version 5 is nearly a complete
719rewrite that provides the following additional benefits:
720
721=end original
722
7231993 年から(L<perlhist> を参照してください)、Perl バージョン 5 は、
724以下のようなことを追加するためにほとんど全て書き直しています:
725
726=over 4
727
728=item *
729
730=begin original
731
732modularity and reusability using innumerable modules
733
734=end original
735
736無数のモジュールによるモジュール性と再利用性
737
738=begin original
739
740Described in L<perlmod>, L<perlmodlib>, and L<perlmodinstall>.
741
742=end original
743
744L<perlmod>, L<perlmodlib>, L<perlmodinstall> に記述しています。
745
746=item *
747
748=begin original
749
750embeddable and extensible
751
752=end original
753
754組み込み容易性と拡張性
755
756=begin original
757
758Described in L<perlembed>, L<perlxstut>, L<perlxs>, L<perlcall>,
759L<perlguts>, and L<xsubpp>.
760
761=end original
762
763L<perlembed>, L<perlxstut>, L<perlxs>, L<perlcall>, L<perlguts>,
764L<xsubpp> に記述しています。
765
766=item *
767
768=begin original
769
770roll-your-own magic variables (including multiple simultaneous DBM
771implementations)
772
773=end original
774
775(多重同期 DBM 実装を含む) 自分自身の役割を行うマジカル変数
776
777=begin original
778
779Described in L<perltie> and L<AnyDBM_File>.
780
781=end original
782
783L<perltie> と L<AnyDBM_File> に記述しています。
784
785=item *
786
787=begin original
788
789subroutines can now be overridden, autoloaded, and prototyped
790
791=end original
792
793サブルーチン定義がオーバライド、オートロード、プロトタイプ宣言可能に
794
795=begin original
796
797Described in L<perlsub>.
798
799=end original
800
801L<perlsub> に記述しています。
802
803=item *
804
805=begin original
806
807arbitrarily nested data structures and anonymous functions
808
809=end original
810
811任意の多重データ構造と無名関数
812
813=begin original
814
815Described in L<perlreftut>, L<perlref>, L<perldsc>, and L<perllol>.
816
817=end original
818
819L<perlreftut>, L<perlref>, L<perldsc>, L<perllol> に記述しています。
820
821=item *
822
823=begin original
824
825object-oriented programming
826
827=end original
828
829オブジェクト指向プログラミング
830
831=begin original
832
833Described in L<perlobj>, L<perlboot>, L<perltoot>, L<perltooc>,
834and L<perlbot>.
835
836=end original
837
838L<perlobj>, L<perlboot>, L<perltoot>, L<perltooc>, L<perlbot> に
839記述しています。
840
841=item *
842
843=begin original
844
845support for light-weight processes (threads)
846
847=end original
848
849軽量プロセス(スレッド)対応
850
851=begin original
852
853Described in L<perlthrtut> and L<threads>.
854
855=end original
856
857L<perlthrtut> と L<threads> に記述しています。
858
859=item *
860
861=begin original
862
863support for Unicode, internationalization, and localization
864
865=end original
866
867Unicode、国際化、地域化対応
868
869=begin original
870
871Described in L<perluniintro>, L<perllocale> and L<Locale::Maketext>.
872
873=end original
874
875L<perluniintro>, L<perllocale>, L<Locale::Maketext> に記述しています。
876
877=item *
878
879=begin original
880
881lexical scoping
882
883=end original
884
885レキシカルスコープ
886
887=begin original
888
889Described in L<perlsub>.
890
891=end original
892
893L<perlsub> に記述しています。
894
895=item *
896
897=begin original
898
899regular expression enhancements
900
901=end original
902
903正規表現の拡張
904
905=begin original
906
907Described in L<perlre>, with additional examples in L<perlop>.
908
909=end original
910
911L<perlre> に記述しています; 追加の例が L<perlop> にあります。
912
913=item *
914
915=begin original
916
917enhanced debugger and interactive Perl environment,
918with integrated editor support
919
920=end original
921
922統合エディタ対応付きの強化デバッガと対話的 Perl 環境
923
924=begin original
925
926Described in L<perldebtut>, L<perldebug> and L<perldebguts>.
927
928=end original
929
930L<perldebtut>, L<perldebug>, L<perldebguts> に記述しています。
931
932=item *
933
934=begin original
935
936POSIX 1003.1 compliant library
937
938=end original
939
940POSIX 1003.1 準拠ライブラリ
941
942=begin original
943
944Described in L<POSIX>.
945
946=end original
947
948L<POSIX> に記述しています。
949
950=back
951
952=begin original
953
954Okay, that's I<definitely> enough hype.
955
956=end original
957
958さあ、誇大広告にはこれくらいにしましょう。
959
960794=head1 AVAILABILITY
961795
962796=begin original
963797
964798Perl is available for most operating systems, including virtually
965799all Unix-like platforms. See L<perlport/"Supported Platforms">
966800for a listing.
967801
968802=end original
969803
970804Perl は事実上全ての Unix 風プラットフォームを含む、ほとんどの OS で
971805利用可能です。
972806一覧については L<perlport/"Supported Platforms"> を参照してください。
973807
974808=head1 ENVIRONMENT
975809
976810=begin original
977811
978812See L<perlrun>.
979813
980814=end original
981815
982816L<perlrun> を参照してください。
983817
984818=head1 AUTHOR
985819
986820=begin original
987821
988822Larry Wall <larry@wall.org>, with the help of oodles of other folks.
989823
990824=end original
991825
992826Larry Wall <larry@wall.org>; 多くの方の助力を得つつ。
993827
994828=begin original
995829
996830If your Perl success stories and testimonials may be of help to others
997831who wish to advocate the use of Perl in their applications,
998832or if you wish to simply express your gratitude to Larry and the
999833Perl developers, please write to perl-thanks@perl.org .
1000834
1001835=end original
1002836
1003837もしあなたの Perl に関する成功物語と推薦状が、アプリケーションに Perl を
1004838使うことを推奨したいと願っている他の人々の助けになると考えたなら、
1005839あるいは単に Larry と Perl 開発者に感謝の意を伝えたいなら、
1006840perl-thanks@perl.org に送ってください。
1007841
1008842=head1 FILES
1009843
1010844=begin original
1011845
1012846 "@INC" locations of perl libraries
1013847
1014848=end original
1015849
1016850 "@INC" perl ライブラリの位置
1017851
1018=head1 SEE ALSO
1019
1020852=begin original
1021853
1022 a2p awk to perl translator
854"@INC" above is a reference to the built-in variable of the same name;
1023 s2p sed to perl translator
855see L<perlvar> for more information.
1024856
1025857=end original
1026858
1027 a2p awk から perl へのトランスレータ
859前述の "@INC" は同じ名前の組み込み変数への参照です; さらなる情報については
1028 s2p sed から perl へのトランスレータ
860L<perlvar> を参照してください。
1029861
862=head1 SEE ALSO
863
1030864 http://www.perl.org/ the Perl homepage
1031865 http://www.perl.com/ Perl articles (O'Reilly)
1032866 http://www.cpan.org/ the Comprehensive Perl Archive
1033867 http://www.pm.org/ the Perl Mongers
1034868
1035869=head1 DIAGNOSTICS
1036870
1037871=begin original
1038872
1039The C<use warnings> pragma (and the B<-w> switch) produces some
873Using the C<use strict> pragma ensures that all variables are properly
1040lovely diagnostics.
874declared and prevents other misuses of legacy Perl features.
1041875
1042876=end original
1043877
1044C<use warnings> プラグマ (および B<-w> スイッチ)は
878C<use strict> プラグマを使うことで、全ての変数が適切に宣言されていて
1045幾分かりやす診断メッセージを出します。
879その他の昔の Perl の機能を間違って使ようにできます。
1046880
1047881=begin original
1048882
883The C<use warnings> pragma produces some lovely diagnostics. One can
884also use the B<-w> flag, but its use is normally discouraged, because
885it gets applied to all executed Perl code, including that not under
886your control.
887
888=end original
889
890C<use warnings> プラグマはいくらかわかりやすい診断メッセージを出します。
891B<-w> フラグも使えますが、これは一般的には非推奨です; あなたの支配下に
892ないものを含む、実行される全ての Perl コードに適用されるからです。
893
894=begin original
895
1049896See L<perldiag> for explanations of all Perl's diagnostics. The C<use
1050897diagnostics> pragma automatically turns Perl's normally terse warnings
1051898and errors into these longer forms.
1052899
1053900=end original
1054901
1055902すべての Perl の診断メッセージについては、L<perldiag> を
1056903参照してください。
1057904C<use diagnostics> プラグマは、Perl の通常の簡潔な警告とエラーを自動的に
1058905より長い形式に変更します。
1059906
1060907=begin original
1061908
1062909Compilation errors will tell you the line number of the error, with an
1063910indication of the next token or token type that was to be examined.
1064911(In a script passed to Perl via B<-e> switches, each
1065912B<-e> is counted as one line.)
1066913
1067914=end original
1068915
1069916コンパイル時のエラーでは、エラーの起こった行番号に、次に
1070917調べられるはずだったトークンかトークンの型を示します。
1071918(スクリプトが B<-e> スイッチで Perl に渡される場合には、B<-e> スイッチ
10729191 つが 1 行とカウントされます。)
1073920
1074921=begin original
1075922
1076923Setuid scripts have additional constraints that can produce error
1077924messages such as "Insecure dependency". See L<perlsec>.
1078925
1079926=end original
1080927
1081928setuid スクリプトでは、制限事項が増えるため、"Insecure dependency" と
1082929いったエラーメッセージが表示されることがあります。
1083930L<perlsec> を参照してください。
1084931
1085932=begin original
1086933
1087Did we mention that you should definitely consider using the B<-w>
934Did we mention that you should definitely consider using the B<use warnings>
1088switch?
935pragma?
1089936
1090937=end original
1091938
1092絶対に B<-w> スイッチを使った方が良いっていうのは、もう書きましたっけ?
939絶対に B<use warnings> プラグマ を使った方が良いっていうのは、もう
940書きましたっけ?
1093941
1094942=head1 BUGS
1095943
1096944=begin original
1097945
1098The B<-w> switch is not mandatory.
946The behavior implied by the B<use warnings> pragma is not mandatory.
1099947
1100948=end original
1101949
1102B<-w> スイッチが必須になっていません。
950B<use warnings> プラグマが意味する振る舞いが必須になっていません。
1103951
1104952=begin original
1105953
1106954Perl is at the mercy of your machine's definitions of various
1107955operations such as type casting, atof(), and floating-point
1108956output with sprintf().
1109957
1110958=end original
1111959
1112960Perl は型のキャスト、atof()、sprintf() による浮動小数点出力のような
1113961様々な操作のマシンごとの定義に依存します。
1114962
1115963=begin original
1116964
1117965If your stdio requires a seek or eof between reads and writes on a
1118966particular stream, so does Perl. (This doesn't apply to sysread()
1119967and syswrite().)
1120968
1121969=end original
1122970
1123971使用している標準入出力ライブラリが、read と write の間に
1124972seek や eof が必要なものであれば、Perl でも同様となります。
1125973(ただし、sysread() や syswrite() には適用されません。)
1126974
1127975=begin original
1128976
1129977While none of the built-in data types have any arbitrary size limits
1130978(apart from memory size), there are still a few arbitrary limits: a
1131979given variable name may not be longer than 251 characters. Line numbers
1132980displayed by diagnostics are internally stored as short integers,
1133981so they are limited to a maximum of 65535 (higher numbers usually being
1134982affected by wraparound).
1135983
1136984=end original
1137985
1138986組み込みのデータ型には (メモリサイズからくるものを除いて) 恣意的な
1139987サイズの制限はありませんが、それでもいくつかの恣意的制限は存在します:
1140988どの変数名も 251 文字より長くてはなりません。
1141989診断で表示される行番号は内部的に short 整数で保管しているので、その
1142990最大値は 65535 に制限されます(より大きな数値は普通回り込みの影響を受けます)。
1143991
1144992=begin original
1145993
1146994You may mail your bug reports (be sure to include full configuration
1147995information as output by the myconfig program in the perl source
1148996tree, or by C<perl -V>) to perlbug@perl.org . If you've succeeded
1149in compiling perl, the B<perlbug> script in the F<utils/> subdirectory
997in compiling perl, the L<perlbug> script in the F<utils/> subdirectory
1150998can be used to help mail in a bug report.
1151999
11521000=end original
11531001
11541002バグレポートは perlbug@perl.org に送ってください
11551003(perl ソースツリーにある myconfig プログラムか C<perl -V> で出力される
11561004完全な設定情報を含めることを忘れないでください)。
11571005もし perl のコンパイルに成功しているなら、F<utils/> サブディレクトリにある
1158B<perlbug> が、バグレポートをメールする助けとして使えます。
1006L<perlbug> が、バグレポートをメールする助けとして使えます。
11591007
11601008=begin original
11611009
11621010Perl actually stands for Pathologically Eclectic Rubbish Lister, but
11631011don't tell anyone I said that.
11641012
11651013=end original
11661014
11671015Perl は本当は「病的折衷主義ガラクタ出力機」(Pathologically
1168Eclectic Rubbish Lister) を意味していますが、私がそうった
1016Eclectic Rubbish Lister) を意味していますが、私がそうった
11691017事をばらしてはいけません。
11701018
11711019=head1 NOTES
11721020
11731021=begin original
11741022
11751023The Perl motto is "There's more than one way to do it." Divining
11761024how many more is left as an exercise to the reader.
11771025
11781026=end original
11791027
1180Perl のモットーは「やり方は 1 通りではない」ということです。
1028Perl のモットーは「やり方は 1 通りではない」ということです。
11811029このマニュアルを、後いくつに分割できるかは、宿題とします。
11821030
11831031=begin original
11841032
11851033The three principal virtues of a programmer are Laziness,
11861034Impatience, and Hubris. See the Camel Book for why.
11871035
11881036=end original
11891037
11901038プログラマの 3 つの美徳は、無精、短気、傲慢です。
11911039理由は、ラクダ本を参照してください。
11921040
11931041=begin meta
11941042
11951043Translate: 吉村 寿人 <JAE00534@niftyserve.or.jp> (5.000)
1196Update: Kentaro Shirakata <argrath@ub32.org> (5.10.0)
1044Update: Kentaro Shirakata <argrath@ub32.org> (5.10.0-)
1045Status: completed
11971046
11981047=end meta