Thread strawberry perl oder Win 7 zerschossen (18 answers)
Opened by ariser at 2013-12-03 11:29

ariser
 2013-12-03 13:44
#172397 #172397
User since
2012-08-17
44 Artikel
BenutzerIn
[default_avatar]
Code (perl): (dl )
1
2
3
4
5
6
7
8
9
#!C:\strawberry\perl\bin\perl.exe -w

use strict;
use diagnostics;


print @ARGV;
print $#ARGV;
exit 0;


wenn ich das aufrufe mit
Quote
blabla> testargv.pl a ab abc

kommt
Quote
-1


Also ganz normale Strings, was früher fusioniert hat.

View full thread strawberry perl oder Win 7 zerschossen