Help for this page

Select Code to Download


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