Help for this page

Select Code to Download


  1. or download this
    use autodie;
    use Path::Tiny;
    ...
    # Write the template to kmonad's stdin
    $fh->print($tpl);
    $fh->close;