1FFI::Probe::Runner::ResUusletr(3C)ontributed Perl DocumeFnFtIa:t:iPornobe::Runner::Result(3)
2
3
4
6 FFI::Probe::Runner::Result - The results from a probe run.
7
9 version 1.56
10
14 new
15 my $result = FFI::Probe::Runner::Result->new(%args);
16
17 Creates a new instance of the class.
18
20 stdout
21 my $stdout = $result->stdout;
22
23 stderr
24 my $stderr = $result->stderr;
25
26 rv
27 my $rv = $result->rv;
28
29 signal
30 my $signal = $result->signal;
31
32 pass
33 my $pass = $result->pass;
34
36 Author: Graham Ollis <plicease@cpan.org>
37
38 Contributors:
39
40 Bakkiaraj Murugesan (bakkiaraj)
41
42 Dylan Cali (calid)
43
44 pipcet
45
46 Zaki Mughal (zmughal)
47
48 Fitz Elliott (felliott)
49
50 Vickenty Fesunov (vyf)
51
52 Gregor Herrmann (gregoa)
53
54 Shlomi Fish (shlomif)
55
56 Damyan Ivanov
57
58 Ilya Pavlov (Ilya33)
59
60 Petr Písař (ppisar)
61
62 Mohammad S Anwar (MANWAR)
63
64 Håkon Hægland (hakonhagland, HAKONH)
65
66 Meredith (merrilymeredith, MHOWARD)
67
68 Diab Jerius (DJERIUS)
69
70 Eric Brine (IKEGAMI)
71
72 szTheory
73
74 José Joaquín Atria (JJATRIA)
75
76 Pete Houston (openstrike, HOUSTON)
77
79 This software is copyright (c) 2015,2016,2017,2018,2019,2020 by Graham
80 Ollis.
81
82 This is free software; you can redistribute it and/or modify it under
83 the same terms as the Perl 5 programming language system itself.
84
85
86
87perl v5.34.0 2021-10-29 FFI::Probe::Runner::Result(3)