http://www.perlmonks.org?node_id=464900


in reply to Brainstorming session: detecting plagiarism

There was an excellent article on this very topic, using perl to detect plagiarism (specifically for perl code), in the March 2004 edition of The Perl Journal - If you have a login, it can be downloaded from http://www.tpj.com/documents/tpj0403b/

 

perl -le "print unpack'N', pack'B32', '00000000000000000000001000000000'"

  • Comment on Re: Brainstorming session: detecting plagiarism