9 Oct
2009
9 Oct
'09
8:30 a.m.
Hi! 8 окт. 2009, в 09:44, Kristian Nielsen написал(а): [skip]
#!/usr/bin/perl my $cmd="handle.exe maria-slave |" ;
(I guess maria-slave should be $ARGV[0] or something ...)
AFAIK in perl $ARGV[0] is real very first argument (there is no program name in the array).