- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Perl Help
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2007 07:13 PM
тАО01-24-2007 07:13 PM
Perl Help
How would I know the perl modules available in perl 5.8.2 ? I see the *.pm files but I know there are few in built too ?
How do I change the character size ( height and width ) while outputing a text with "xterm" or "ansi" terminal?
What kind of graphics one can have with some perl modules with "ansi" and "xterm"
Where can I find good documentation on perl and some sample ( simple and advanced scripts )?
- Tags:
- Perl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2007 07:45 PM
тАО01-24-2007 07:45 PM
Re: Perl Help
there are several ways to determine the modules of your Perl installation.
Of course it depends how and where extra modules have been installed.
For instance, for all modules installed by MakeMaker as root (the recommended way)
the following should print you a list of modules.
Those simply designated Perl should be part of core Perl.
Type "perldoc ExtUtils::Installed" for deatils.
$ perl -MExtUtils::Installed -e 'print map "$_\n",ExtUtils::Installed->new->modules'
You could also type "perldoc perllocal"
to being paged additional, non-core modules
that should reside beneath site_perl.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2007 11:50 PM
тАО01-24-2007 11:50 PM
Re: Perl Help
A wealth of information by beginning and branching from:
http://www.cpan.org/
http://perlmonks.org/index.pl?node_id=284175
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-25-2007 05:35 AM
тАО01-25-2007 05:35 AM
Re: Perl Help
Anyone can comment on my other questions?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-25-2007 01:24 PM
тАО01-25-2007 01:24 PM
Re: Perl Help
I assume these are fixed when you create your window and can't be changed. After all, these are terminals. ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-29-2007 04:12 PM
тАО01-29-2007 04:12 PM
Re: Perl Help
I know in case of PuTTY, I can change it using it's own options. How can I make use of its option from within perl?
I am dealing herewith perl on HPUX.
Anyone out there who has done this?
Thanks in advance.