Help for this page

Select Code to Download


  1. or download this
    use strict;
    my @days = (Mon=>Tue=>Wed=>Thu=>Fri=>);
    
  2. or download this
    $kernel->post(
        ua           => 'request',
        got_response => GET $url,
    );
    
  3. or download this
    $kernel->post(
        'ua',
    ...
        'got_response',
        GET $url,
    );