答复: mkdir in the mounted partiti on£¬please help me£¬thanks

2009-11-17 Thread gaochong
> foreach my $fa (@FA) { > if (@list > 0 ) { > &mk_fa($fa); > } else { > @list = (3 .. 9); > &mk_fa($fa); > } Or simply: @list = 3 .. 9 unless @list; mk_fa( $fa ); YES,thanks ! You should *never* modify a

答复: mkdir in the mounted partiti on,please help me,thanks

2009-11-17 Thread gaochong
but I have uses perl -w。 any other problem ? -邮件原件- 发件人: Dermot [mailto:paik...@googlemail.com] 发送时间: 2009年11月17日 19:53 收件人: beginners@perl.org 主题: Re: mkdir in the mounted partition,please help me,thanks 2009/11/17 gaochong : > #!/usr/bin/perl -w > > > > #Auther:gaochong > > > > use str