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