Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syohex/p5-apue
Perlで学ぶ「詳解 UNIXプログラミング」
https://github.com/syohex/p5-apue
Last synced: about 19 hours ago
JSON representation
Perlで学ぶ「詳解 UNIXプログラミング」
- Host: GitHub
- URL: https://github.com/syohex/p5-apue
- Owner: syohex
- Created: 2011-04-03T02:03:18.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-19T02:14:27.000Z (over 13 years ago)
- Last Synced: 2024-11-09T06:08:38.282Z (about 2 months ago)
- Language: Perl
- Homepage: http://d.hatena.ne.jp/syohex/
- Size: 160 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Perlで学ぶ「詳解 UNIXプログラミング」
id:atsuoishimotoさんブログに掲載されている
Pythonで学ぶ「詳解 UNIXプログラミング」の Perl版です.Perlで書いたどうなるかということを示すだけですので, 詳しい内容は
書籍及び id:atsuoishimotoさんのサイトを参考にしてください# 内容
### [第 0章][はじめに](http://d.hatena.ne.jp/syohex/20110403/1301798490)
[本家 Python版](http://d.hatena.ne.jp/atsuoishimoto/20110307/1299455750)
### [第 1章]
[概論](http://d.hatena.ne.jp/syohex/20110403/1301800342)
[本家 Python版](http://d.hatena.ne.jp/atsuoishimoto/20110307/1299456377)
### [第 2章]
[UNIXの標準化と実装](http://d.hatena.ne.jp/syohex/20110404/1301916720)
[本家 Python版](http://d.hatena.ne.jp/atsuoishimoto/20110309/1299631166)
### [第 3章]
[ファイル入出力](http://d.hatena.ne.jp/syohex/20110405/1302006286)
[本家 Python版](http://d.hatena.ne.jp/atsuoishimoto/20110310/1299715993)
### [第 4章]
[ファイルとディレクトリ](http://d.hatena.ne.jp/syohex/20110405/1302017283)
[本家 Python版](http://d.hatena.ne.jp/atsuoishimoto/20110315/1300142354)
### [第 5章]
[標準入出力ライブラリ](http://d.hatena.ne.jp/syohex/20110406/1302098867)
[本家 Python版](http://d.hatena.ne.jp/atsuoishimoto/20110317/1300328961)
### [第 6章]
[システムデータファイルと情報](http://d.hatena.ne.jp/syohex/20110406/1302099637)
[本家 Python版](http://d.hatena.ne.jp/atsuoishimoto/20110318/1300407363)
### [第 7章]
[第7章 プロセスの環境](http://d.hatena.ne.jp/syohex/20110406/1302100577)
[本家 Python版](http://d.hatena.ne.jp/atsuoishimoto/20110322/1300757335)
### [第 8章]
[第8章 プロセス制御](http://d.hatena.ne.jp/syohex/20110414/1302791963)
[本家 Python版](http://d.hatena.ne.jp/atsuoishimoto/20110324/1300933805)
### [第 9章]
[第9章 プロセスの関係](http://d.hatena.ne.jp/syohex/20110414/1302793858)
[本家 Python版](http://d.hatena.ne.jp/atsuoishimoto/20110325/1301021813)
### [第 10章]
[第10章 シグナル](http://d.hatena.ne.jp/syohex/20110812/1313117956)
[本家 Python版](http://d.hatena.ne.jp/atsuoishimoto/20110328/1301279230)
### [第 11章]
[第11章 端末入出力](http://d.hatena.ne.jp/syohex/20110821/1313935391)
[本家 Python版](http://d.hatena.ne.jp/atsuoishimoto/20110329/1301324988)
### [第 12章]
[本家 Python版](http://d.hatena.ne.jp/atsuoishimoto/20110330/1301455424)
### [第 13章]
[本家 Python版](http://d.hatena.ne.jp/atsuoishimoto/20110331/1301502555)
### [第 14章]
[本家 Python版](http://d.hatena.ne.jp/atsuoishimoto/20110401/1301629240)
### [第 15章]
[本家 Python版](http://d.hatena.ne.jp/atsuoishimoto/20110401/1301629312)
### [第 16章]
[本家 Python版](http://d.hatena.ne.jp/atsuoishimoto/20110404/1301924114)
## 本家ブログ
[atsuoishimotoの日記](http://d.hatena.ne.jp/atsuoishimoto/20110307/1299455750 "本家")