ActiveState Expands Platform-as-a-Service Cloud Tech for Perl
Perl cloud vendor run by a 15 year old entrepreneur gets snapped up.
Tags:
cloud computing, Cloud, perl, ActiveState
Perl cloud vendor run by a 15 year old entrepreneur gets snapped up.
Tags:
cloud computing, Cloud, perl, ActiveState
Perl may not be glamorous, but its modules are often hard to avoid. Oftentimes, the standard CPAN shell makes using them more difficult than it needs to be. If that's the case for you, consider switching to CPAN Minus.
Tags:
open source software, tip of the trade, perl
Tip of the Trade: Anyone who has encountered the Perl @INC array in the context of a 'cannot find module' error knows the value of being able to see a list of directories on you Linux server. Here's how to access @INC and find obscurely located modules before they are lost.
Tags:
Linux, Linux server, OS, perl
Tip of the Trade: The flip-flop operator in Perl is quite useful for comparing arguments, but it does have some surprising quirks.
Tags:
Linux, OS, tip of the trade, perl
Tip of the Trade: Perl is a great tool for reading in information from
a file. Several useful special variables can be used to neaten up code or alter the default behavior when reading in records.
Tags:
Linux, programming, OS, programming language, perl