« Return to Thread: Perl query

Re: Perl query (type of data structures ...)

by Saifi Khan-3 :: Rate this Message:

Reply to Author | View in Thread

On Thu, 18 Jun 2009, anirudh nair wrote:

> Hello Guys
>
> I would like to know the type of data structures that could be implemented
> using Perl.
> As of now, I've not seen any reference to pointers in Perl. So, is it
> possible to implement
> trees in Perl.
>
> Cheers
> Anirudh Nair
>

Please see the names of the packages below related to
 . algorithm
 . list
 . iterator
 . tree
 . tie

p5-Algorithm-Accounting/                     p5-Inline-Files/
p5-Algorithm-Annotate/                       p5-Inline-Filters/
p5-Algorithm-Bucketizer/                     p5-Inline-Java/
p5-Algorithm-C3/                             p5-Inline-TT/
p5-Algorithm-ChooseSubsets/                  p5-Inline-Tcl/
p5-Algorithm-Cluster/                        p5-InlineX-C2XS/
p5-Algorithm-Dependency/                     p5-Ioctl/
p5-Algorithm-Dependency-Objects/             p5-Iterator/
p5-Algorithm-Diff/                           p5-Iterator-IO/
p5-Algorithm-Evolutionary/                   p5-Iterator-Misc/
p5-Algorithm-IncludeExclude/                 p5-Iterator-Util/
p5-Algorithm-Interval2Prefix/                p5-JIRA-Client/
p5-Algorithm-LCS/                            p5-JQuery/
p5-Algorithm-LUHN/                           p5-JSON-RPC/
p5-Algorithm-MDiff/                          p5-Java/
p5-Algorithm-MarkovChain/                    p5-Lexical-Alias/
p5-Algorithm-Merge/                          p5-Lexical-Persistence/
p5-Algorithm-MinMax/                         p5-Lingua-JA-Fold/
p5-Algorithm-NaiveBayes/                     p5-List-Cycle/
p5-Algorithm-Networksort/                    p5-List-Group/
p5-Algorithm-Numerical-Shuffle/              p5-List-Permutor/
p5-Algorithm-Permute/                        p5-List-PowerSet/
p5-Algorithm-SVM/                            p5-List-Rotation-Cycle/
p5-Alias/                                    p5-List-Uniq/

p5-Tie-Array-Pack/
p5-File-Remove/                              p5-Tie-Array-Sorted/
p5-File-ShareDir/                            p5-Tie-CPHash/
p5-File-ShareDir-PAR/                        p5-Tie-Cache/
p5-File-Slurp/                               p5-Tie-DB_File-SplitHash/
p5-File-Slurp-Tree/                          p5-Tie-DB_FileLock/
p5-File-Stream/                              p5-Tie-File/
p5-File-Sync/                                p5-Tie-File-AsHash/
p5-File-Tail/                                p5-Tie-FileLRUCache/
p5-File-Temp/                                p5-Tie-Hash-Indexed/
p5-File-Tempdir/                             p5-Tie-Hash-Regex/
p5-File-Type/                                p5-Tie-Hash-Sorted/
p5-File-Util/                                p5-Tie-Hash-TwoWay/
p5-File-chdir/                               p5-Tie-IxHash/
p5-File-chmod/                               p5-Tie-RefHash/
p5-File-pushd/                               p5-Tie-RefHash-Weak/
p5-FileHandle-Fmode/                         p5-Tie-Restore/
p5-FileHandle-Unget/                         p5-Tie-ShareLite/
p5-Filesys-Virtual/                          p5-Tie-Simple/
p5-Filesys-Virtual-Plain/                    p5-Tie-ToObject/
p5-Filter/                                   p5-Tie-iCal/

p5-TraceFuncs/                
p5-Tree-DAG_Node/              
p5-Tree-Simple/                
p5-Tree-Binary/                
p5-Tree-Node/                  
p5-Tree-Simple-View/          
p5-Tree-Binary-Dictionary/    
p5-Tree-Parser/                
p5-Tree-Simple-VisitorFactory/


i'll write another brief related to the building blocks in PERL.


thanks
Saifi.

 « Return to Thread: Perl query