Thread Previous • Date Previous • Date Next • Thread Next |
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).
Thread Previous • Date Previous • Date Next • Thread Next |