Re: suggestions for perl as web development language [EXT]
Wesley Peng <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
Joseph He wrote: > My company uses Perl for web development. It handles real time payment > transactions without any problem. Good software is made by the people > not by the language. Maybe I am weak on this point, but how perl handle types more strictly? for example, 123 + '456' this is permitted in perl, and this is dangerous. It is not possible in other strong types language. Thanks.