Help for this page

Select Code to Download


  1. or download this
    sub process {
        return unless -d;
    ...
        return unless @old;
        # now write what you have to
    }