The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Acme-SList-Scheduler Version 0.02

Schedule batch files for the SList suite of programs

SYNOPSIS

    use Acme::SList::Scheduler;

    srun('prog1.pl');
    srun('prog2.pl');
    srun('prog3.pl');

INSTALLATION

    To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

    After installing, you can find documentation for this module with the
    perldoc command.

    perldoc Acme::SList::Scheduler

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-SList-Scheduler

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Acme-SList-Scheduler

    CPAN Ratings
        http://cpanratings.perl.org/d/Acme-SList-Scheduler

    Search CPAN
        http://search.cpan.org/dist/Acme-SList-Scheduler/


AUTHOR

    Klaus Eichner <klaus03@gmail.com>

COPYRIGHT AND LICENSE

    Copyright (C) 2009-2011 by Klaus Eichner

    All rights reserved. This program is free software; you can redistribute
    it and/or modify it under the terms of the artistic license 2.0,
    see http://www.opensource.org/licenses/artistic-license-2.0.php