http://qs321.pair.com?node_id=738191


in reply to Re^2: Simple Parallel Processing Question
in thread Simple Parallel Processing Question

"That is true, I could just copy the module and rename it as something else and copy it directly into my script."

Don't even rename it. Dump it in any directory you feel fit and use lib.

"Plus if someone finds out that I copied it from a CPAN module, then I would be in trouble because I will be violating our 'policy' and it would be considered as plagiarism, right?"

And now you make it sound like it's a school/homework project. The module in question is licensed under the same terms as Perl, so if using Perl is considered plagiarism, yes.

"And as someone mentioned, if I 'copied' a small snippet from the web, then it would be fine because it is just 'small'."

The size of the snippet doesn't matter. If you don't know what it does exactly, the security issue still applies. I'd personally trust CPAN modules more than random "snippets".

--
b10m
  • Comment on Re^3: Simple Parallel Processing Question

Replies are listed 'Best First'.
Re^4: Simple Parallel Processing Question
by bichonfrise74 (Vicar) on Jan 22, 2009 at 18:10 UTC
    Hi,

    Those are good points! I will keep them in mind. Thanks!