Turns tiny things to Gold with search term directory
sort - perldoc.perl.orgsort SUBNAME LIST. sort BLOCK LIST; sort LIST. In list context, this sorts the LIST and returns the sorted list value. In scalar context, the behaviour of sort() is undefined.
http://perldoc.perl.org
sort - perldoc.perl.orgsort. NAME; SYNOPSIS; DESCRIPTION; CAVEATS. NAME. sort - perl pragma to control sort() behaviour. SYNOPSIS. use sort 'stable'; # guarantee stability; use sort '_quicksort'; # use a quicksort algorithm
http://perldoc.perl.org
Sort::Versions - search.cpan.orgNAME . Sort::Versions - a perl 5 module for sorting of revision-like numbers. SYNOPSIS use Sort::Versions; @l = sort { versioncmp($a, $b) } qw( 1.2 1.2.0 1.2a.0 1.2.a 1.a 02.a
http://search.cpan.org
sort - perldoc.perl.orgNAME; SYNOPSIS; DESCRIPTION; CAVEATS. NAME. sort - perl pragma to control sort() behaviour. SYNOPSIS use sort 'stable'; # guarantee stability use sort '_quicksort'; # use a quicksort algorithm use sort ...
http://elvis.rowan.edu
Sort::Naturally - search.cpan.orgNAME . Sort::Naturally -- sort lexically, but sort numeral parts numerically. SYNOPSIS @them = nsort(qw( foo12a foo12z foo13a foo 14 9x foo12 fooa foolio Foolio Foo12a )); print ...
http://search.cpan.org
sort - perldoc.perl.orgsort SUBNAME LIST; sort BLOCK LIST; sort LIST. In list context, this sorts the LIST and returns the sorted list value. In scalar context, the behaviour of sort() is undefined.
http://www.cs.potsdam.edu
Downloads - perldoc-kr - Project Hosting on Google CodeKorean Perldoc Project ... This project currently has no downloads. Sort Up: Sort Down: Hide Column
http://code.google.com
Issues - perldoc-kr - Project Hosting on Google CodeKorean Perldoc Project ... Sort Up: Sort Down: Show only ► Hide Column
http://code.google.com
sortDESCRIPTION Sorts the LIST and returns the sorted list value. Nonexistent values of arrays are stripped out. If SUBNAME or BLOCK is omitted, sorts in standard string comparison ...
http://www.emerson.emory.edu
EmacsWiki: help-dwim-perldoc.el... dwim-perldoc-obarray)) (mapcar 'help-dwim-perldoc-module-item (sort module (lambda (m1 m2) (let ((p1 (help-dwim-perldoc ...
http://www.emacswiki.org
|
|