معرفی شرکت ها


perl-Schedule-At-1.15-alt1.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

OS independent interface to the Unix 'at' command
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p9
مخزن ALTLinux classic noarch
نام بسته perl-Schedule-At
نام فایل بسته perl-Schedule-At-1.15-alt1.noarch.rpm
نسخه بسته 1.15
انتشار بسته alt1
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Wed 17 Oct 2012 08
هاست سازنده viy-sisyphus.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی http://www.cpan.org
مجوز Artistic
حجم دانلود 8.5K
حجم نصب 12.879K
This modules provides an OS independent interface to 'at', the Unix command that allows you to execute commands at a specified time. =over 4 =item Schedule::At::add Adds a new job to the at queue. You have to specify a TIME and a command to execute. The TIME has a common format: YYYYMMDDHHmm. Where YYYY is the year (4 digits), MM the month (01-12), DD is the day (01-31), HH the hour (00-23) and mm the minutes. The command is passed with the COMMAND or the FILE parameter. COMMAND can be used to pass the command as an string, and FILE to read the commands from a file. The optional parameter TAG serves as an application specific way to identify a job or a set of jobs. Returns 0 on success or a value != 0 if an error occurred. =item Schedule::At::readJob Read the job content identified by the JOBID or TAG parameters. Returns an string with the job content. As the operating systems usually add a few environment settings, the content is longer than the command provided when adding the job. =item Schedule::At::remove Remove an at job. You identify the job to be deleted using the JOBID parameter (an opaque string returned by the getJobs subroutine). You can also specify a job or a set of jobs to delete with the TAG parameter, removing all the jobs that have the same tag (as specified with the add subroutine). Returns 0 on success or a value != 0 if an error occurred. =item Schedule::At::getJobs Called with no params returns a hash with all the current jobs or dies if an error has occurred. It's possible to specify the TAG or JOBID parameters so only matching jobs are returned. For each job the key is a JOBID (an OS dependent string that shouldn't be interpreted), and the value is a hash reference. This hash reference points to a hash with the keys: =over 4 =item TIME An OS dependent string specifying the time to execute the command =item TAG The tag specified in the Schedule::At::add subroutine =back =back


نیازمندی

مقدار نام
- /usr/share/perl5
- perl(Config.pm)
- perl(File/Glob.pm)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 1.150 perl(Schedule/At.pm)
= 1.15-alt1 perl-Schedule-At


نحوه نصب


نصب پکیج rpm perl-Schedule-At:

    sudo apt-get install perl-Schedule-At-1.15-alt1.noarch.rpm


فایل ها

مسیرها
/usr/share/perl5/Schedule
/usr/share/perl5/Schedule/At.pm


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2012-10-17

automated CPAN update

2011-09-19

automated CPAN update

2010-11-22

repair after perl 5.12 upgrade using girar-nmu

2008-10-06

fixed build

2008-04-18

first build for ALT Linux Sisyphus