Search

You can find the results of your search below.

Perl Tips
5 Hits, Last modified:
reddit googleplus stumbleupon twitter~~ ===== Perl Tips ===== Split last field but one using delimet... | ^greater than or equal | %%=>%% | eq | ====Perl Modules==== To check which perl modules are installed instmodsh -l For easy cpan module instal... **cpanm --self-upgrade** ===For Windows=== * perl Makefile.PL * dmake * dmake test * dmake
Python Tips
5 Hits, Last modified:
ing * * List e.g. x=[1,2,3,4] (like array in perl) .. can be nested x=[1,2,[3,4]] , x[2] = [3.4] ... * Dictionary - key - value pair, (like hash in perl) e.g. x = { 'fred':32,'john':33 } Python sup... y work like associative arrays or hashes found in Perl and consist of key-value pairs. Dictionaries are... rithmetic operators same as other languages, e.g. perl e.g. +, - , etc Comparison operators same as oth
Unix Scripting Index
2 Hits, Last modified:
[[max_string_len|Maximum string length]] * [[perl_tips|Perl Tips]] * [[python_tips|Python Tips]] * [[reg_express|Regular expressions summary]]