Thread iso-8859 ausgabe (23 answers)
Opened by lando89c66 at 2006-01-24 15:03

esskar
 2006-01-24 16:29
#6771 #6771
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
[quote=lichtkind,24.01.2006, 14:26]erster tip
Code (perl): (dl )
1
2
3
4
$username = shift @ARGV;
$password = shift @ARGV;
$server = shift @ARGV;
$debug = shift @ARGV;
[/quote]
Code: (dl )
my ($username, $password, $server, $debug) = @ARGV;

View full thread iso-8859 ausgabe