perl 隨機生成文件

 同窗叫我幫他寫一個批量重命名文件的腳本,我是用shell寫的,我想把它用perl改寫一下,前提要有一些文件,就先生成一些文件:shell

 #!/usr/bin/perl -wide

while(1){spa

my $rand = int(99999+ rand(1000));it

if ($rand < 100899){ast

        $file = ">$rand.jpeg";class

        open(FILE,$file);file

        close(FILE);perl

        }else{命名

        last;腳本

        }

}

相關文章
相關標籤/搜索