- @rem = '
- @echo off
- color d
- mode con cols=125 lines=25
- echo.&echo.&echo.&echo.
- C:\strawberry\perl\bin\perl.exe -S a.bat
- ping 127.0.0.1 >nul
- goto end_perl
- :end_perl
- exit
- @rem ';
-
- @a=(a..z,A..Z);
- @result=@a[map {int(rand(26))} 1..8];
- print "@result\n";
复制代码
|