Help for this page

Select Code to Download


  1. or download this
    use Mojo::Base -strict, -signatures, -async_await;
    use Mojo::IOLoop::Subprocess;
    ...
        show "AFTER";
        return $c->render(text => "All done", status => 200);
    }
    
  2. or download this
    
    ======(  "BEFORE"  )===========[ 'Test.pm', line 189 ]======
    ...
    
        "AFTER"
    
  3. or download this
    ======(  "BEFORE"  )===========[ 'Test.pm', line 189 ]======
    
    ...
    ======(  "AFTER"  )============[ 'Test.pm', line 234 ]======
    
        "AFTER"
    
  4. or download this
    sub {
        my $sp = shift; # $subprocess
    ...
    #}->($_)
    }
    
  5. or download this
    ======(  "BEFORE"  )===========[ 'Test.pm', line 189 ]======
    
    ...
    
        "AFTER"