The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Delete a page and all its children. Use with caution.

Usage

perl script/util/delete_page.pl

Then input the id (positive integer) of the page you want to delete. This number comes from the id column of the page table. This will delete the page and all its children (if there are any). Use with caution.