Perl Cd Bookshelf [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Perl Cd Bookshelf [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید



8.185. Shell


Allows you to
invoke Unix shell utilities as if they were Perl subroutines.
Arguments (including switches) are passed to the utilities as
strings:

use Shell qw(date cp ps); # List shell commands you want to use
$date = date( ); # Put the output of the date(1) command into $date
cp("-p" "/etc/passwd", "/tmp/passwd"); # Copy password file to a tmp file
print ps("-ww"); # Print the results of a "ps -ww" command



8.184. SelfLoader8.186. sigtrap




Copyright © 2002 O'Reilly & Associates. All rights reserved.

/ 875