Start with the wikipedia pages for each language. Then grab some reference books on each (the Camel book for Perl, obviously).
Areas to consider might include:
- Approach to types
- Namespacing / variable scoping
- Module/Class/Package inclusion mechanisms
- argument passing semantics
- return value contexts (search for scalar/list context wrt perl)
- Multi-processing/multi-threading support/approaches
- Unicode support
- Standard libraries
- Range of additional libraries
- Installation methods for additional libraries
- Common environments/platforms
- Supported environments/platforms
- History of each
There you go. If you wrote a few pages on each of those you’ve got a small book. A paragraph on each should be more than enough for a report.
0
solved JavaScript VS Perl Script [closed]