Help for this page

Select Code to Download


  1. or download this
    'command' => [
       ['summary1', 'description1',
    ...
       'regex for args of summary2', 'cmdnametocall2']
       ...
     ]
    
  2. or download this
    %COMMANDS=(
        'help' => [['help or ?', 'Print this command summary.', '']],
    ...
      my @lists=split(/[,\s]+/, $lists);
      # Delete @lists
    }