Help for this page

Select Code to Download


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