perl code to python code

Posted by Eva on Stack Overflow See other posts from Stack Overflow or by Eva
Published on 2010-05-21T18:27:01Z Indexed on 2010/05/21 18:30 UTC
Read the original article Hit count: 259

Filed under:
|
|

can you convert this perl code to python code : $list = $ARGV[0];
open (PASSFILE, "$list") || die "[-] Can't open the List of password file !"; @strings = ; close PASSFILE;

Thanks

© Stack Overflow or respective owner

Related posts about perl

Related posts about python