ACIL FM
Dark
Refresh
Current DIR:
/home/.cpan/build/Capture-Tiny-0.48-0/examples
/
home
.cpan
build
Capture-Tiny-0.48-0
examples
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
rt-58208.pl
366 B
chmod
View
DL
Edit
Rename
Delete
tee.pl
401 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/.cpan/build/Capture-Tiny-0.48-0/examples/tee.pl
use strict; use warnings; use Capture::Tiny qw/capture tee/; print "Type some text. Type 'exit' to quit\n"; my ($out, $err) = tee { while (<>) { last if /^exit$/; print "Echoing to STDOUT: $_"; print STDERR "Echoing to STDERR: $_"; } }; print "\nCaptured STDOUT was:\n" . ( defined $out ? $out : 'undef' ); print "\nCaptured STDERR was:\n" . ( defined $err ? $err : 'undef' );
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply