Help for this page

Select Code to Download


  1. or download this
    use Capture::Tiny qw(capture);
    
    my ($stdout, $stderr, $exit_code) = capture {
        system('htmldate', '-u', $url)
    };