- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Perl 101 Quick Start - Quickest approach to le...
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
Forums
Discussions
Discussions
Discussions
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
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
06-06-2002 05:38 AM
06-06-2002 05:38 AM
I administer both HP-UX and Windows NT servers and would appreciate any useful info that could get me up to speed on the language.
Thanks... Jack...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 05:49 AM
06-06-2002 05:49 AM
Re: Perl 101 Quick Start - Quickest approach to learn perl
http://www.perl.com
http://use.perl.org
http://www.perl.org
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 05:50 AM
06-06-2002 05:50 AM
Re: Perl 101 Quick Start - Quickest approach to learn perl
1. man perl
2. Perl by O Reily
3. www.perl.com
4. The best to learn is by doing it
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 05:59 AM
06-06-2002 05:59 AM
Solution'Learning Perl', 'Learning Perl on Win32 Systems', and 'Programming Perl'. The Win32 version of 'Learning Perl' was worth it for me just because of the Process Management chapter.
Probably the main thing that you need to be very familiar with is regular expressions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 06:01 AM
06-06-2002 06:01 AM
Re: Perl 101 Quick Start - Quickest approach to learn perl
O'Reilly's Camel Book (programming Perl) is an excellent read through tutorial...
and this site has helped a great deal as well:
^^^^^^^^^^^^
http://www.ebb.org/PickingUpPerl/
rab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 06:04 AM
06-06-2002 06:04 AM
Re: Perl 101 Quick Start - Quickest approach to learn perl
Same for sed with s2p
perldoc -f func
for all the weird functions you cannot understand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 05:25 AM
06-07-2002 05:25 AM
Re: Perl 101 Quick Start - Quickest approach to learn perl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 05:38 AM
06-07-2002 05:38 AM
Re: Perl 101 Quick Start - Quickest approach to learn perl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 05:51 AM
06-07-2002 05:51 AM
Re: Perl 101 Quick Start - Quickest approach to learn perl
jack...