need docs.


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting need docs.
# 1  
Old 03-11-2008
need docs.

Hi ,

Im not into much of a perl and now I have work on some perl scripts which
use commands like Config::Tiny, Use DataSmilieumper etc.
Can any one provide insight into these commands or any documents are also more than welcomed.

Thanks,
# 2  
Old 03-11-2008
Config::Tiny is a Perl class to read and/or write .ini style configuration files

Use CPAN (Comprehensive Perl Archive Network CPAN) to search for Perl classes and modules.
# 3  
Old 03-11-2008
here's the manual of Data:Smilieumper module
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

Where did the docs go?

Did you ever wonder what Oracle did with the Sun Documentation? It's still out there but it's not that easy to find even with their new wiz-bang "My Oracle Support" page. I found this site today with links directly to the documentation. I hope everyone find this useful: Where'd the Docs Go?... (2 Replies)
Discussion started by: bluescreen
2 Replies

2. UNIX for Dummies Questions & Answers

need some good unix scripting docs for the beginers

Hi, Could someboby share a good unix doc covering sed,awk n gsub etc..i do get some info on web..but i prefer some very good doc... Thanks...:) Plz send it to balajigrt@gmail.com (1 Reply)
Discussion started by: Balaji Sukumara
1 Replies

3. HP-UX

need HP-UX docs

hi everyone I m plannin to study the HP-UX can anyone supply me with some docs or ebooks or any links for free download. thanks in advance (4 Replies)
Discussion started by: livemyway
4 Replies

4. AIX

Some command line docs

hi gurus, i am new to the AIX 5.3, if some one can provide the document related to the full command list with help, and other system admin related docs, it would be very helpful for me. With Best Regards Deepak (1 Reply)
Discussion started by: deepaksachdeva
1 Replies

5. UNIX for Dummies Questions & Answers

[non-important] Indent here-docs?

I recently coded a typical ftp script looking like ftp -n $hostname << user $user $pass <commands..> quit ! I know the code fails when you try to indent it like: ftp $hostname << user $user $pass <commands..> quit ! Just for the sake of neat code, is there a... (4 Replies)
Discussion started by: yongho
4 Replies

6. UNIX for Advanced & Expert Users

dynamic update of docs

hi, i have some files which r link to the directory and to refer these files there is a html link on my web page At the moment there are only 2 active links. I created a soft link to the original source at very first time, the owner of these documents can change the content and update... (1 Reply)
Discussion started by: sushil_d10
1 Replies
Login or Register to Ask a Question