- or download this
#### arg_test.pl ####
my $output = `print_args.pl "Test" "Hi (12"^"" mix)" "test.txt" 2>&1`;
print "$output";
- or download this
// PrintArgs.exe
#include <stdio.h>
...
}
return 0;
}
- or download this
#### arg_test.pl ####
my $output = `PrintArgs.exe "Test" "Hi (12"^"" mix)" "test.txt" 2>&1`;
print "$output";