- or download this
#!/usr/local/perl510/bin/perl
use strict;
...
print Dumper ccmexec_nodie $_;
}
print 'After: ', Dumper \@plist;
- or download this
Before: $VAR1 = [
'/usr/bin/cat /etc/motd'
...
After: $VAR1 = [
undef
];
- or download this
#!/usr/local/perl510/bin/perl
use strict;
...
print Dumper ccmexec_nodie $cmd;
}
print 'After: ', Dumper \@plist;