Arsip :: CPIO.

Modul untuk manipulasi arsip CPIO
Unduh sekarang

Arsip :: CPIO. Peringkat & Ringkasan

Iklan

  • Rating:
  • Lisensi:
  • Perl Artistic License
  • Nama Penerbit:
  • Pascal Rigaux
  • Situs web penerbit:
  • http://www.chez.com/prigaux/

Arsip :: CPIO. Tag


Arsip :: CPIO. Keterangan

Modul untuk manipulasi arsip CPIO Arsip :: CPIO adalah modul Perl yang menyediakan beberapa fungsi untuk membaca dan menulis file CPIO.Synopsis menggunakan arsip :: cpio; # Contoh sederhana menghapus entri "foo" saya $ cpio = archive :: cpio-> baru; $ cpio-> baca ($ file); $ cpio-> hapus ('foo'); $ cio-> tulis ($ file); # Contoh yang lebih kompleks, memfilter pada Fly $ cpio saya = arsip :: cpio-> baru; $ cpio-> read_with_handler (\ * stdin, sub {my ($ e) = @_; if ($ foo ') {$ cpio-> write_one (\ * stdout, $ e);}} ); $ cpio-> write_trailer (\ * stdout); Persyaratan: · Perl.


Arsip :: CPIO. Perangkat Lunak Terkait