Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: Simple Parallel Processing Question

by bichonfrise74 (Vicar)
on Jan 22, 2009 at 05:08 UTC ( [id://738046]=note: print w/replies, xml ) Need Help??


in reply to Re: 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.

But if someone asked me to explain each line of the code, I will not be confident enough to answer it. 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?

In fact, the policy is really weird because all open source codes need to be reviewed first by our senior developers therefore it will take time to be able to install and implement this module.

And as someone mentioned, if I 'copied' a small snippet from the web, then it would be fine because it is just 'small'. So, I agree the policy is weird.
  • Comment on Re^2: Simple Parallel Processing Question

Replies are listed 'Best First'.
Re^3: Simple Parallel Processing Question
by b10m (Vicar) on Jan 22, 2009 at 15:35 UTC
    "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
      Hi,

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://738046]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-19 10:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found