perl programming

advanced perl programming - o'reilly 1999

advanced perl programming - o'reilly 1999

... Previous: Conventions Advanced Perl Programming Next: Perl Resources Conventions Book Index Perl Resources [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming ... Know? Advanced Perl Programming Next: Conventions What Must I Know? Book Index Conventions [ Library Home | Perl in a Nutshell | Le...

Ngày tải lên: 25/03/2014, 10:25

549 689 0
perl programming for biologists - wiley 2003

perl programming for biologists - wiley 2003

... information about the perldoc script itself, the second is more information about how Perl works. perldoc perldoc perldoc perlrun Exercises 1. What is the path to your Perl installation? 2. Explain ... (2000) Programming Perl, 3 rd Ed. O’Reilly and Associates, Sebastapol, CA (www.oreilly.com). The Perl documentation is rich and wonderful. The main help program is a perlscript called...

Ngày tải lên: 25/03/2014, 10:29

189 233 0
professional perl programming - wrox 2001

professional perl programming - wrox 2001

... Perl Values 881 Using Perl Subroutines 882 Working with Perl Internals 884 Using Modules 886 The Java -Perl Lingo 888 Table of Contents xviii Perl and COM 889 PerlCOM 889 'PerlCtrl' 890 Miscellaneous ... that it covers. Whether Perl is an old acquaintance or a new frontier, any Perl developer will find plenty to discover in Professional Perl Programming. Professiona...

Ngày tải lên: 25/03/2014, 10:29

1.2K 307 0
o'reilly - advanced perl programming

o'reilly - advanced perl programming

... Previous: Conventions Advanced Perl Programming Next: Perl Resources Conventions Book Index Perl Resources [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming ... Know? Advanced Perl Programming Next: Conventions What Must I Know? Book Index Conventions [ Library Home | Perl in a Nutshell | Le...

Ngày tải lên: 25/03/2014, 10:39

549 1.2K 0
advanced perl programming, 2nd edition

advanced perl programming, 2nd edition

... This updated version of Advanced Perl Programming from O'Reilly gives you the essential knowledge of the modern Perl programmer. Whatever your current level of Perl expertise, this book will ... programmer. O'Reilly's most high-level Perl tutorial to date, Advanced Perl Programming, Second Edition teaches you all the complex techniques for production-ready Perl p...

Ngày tải lên: 07/04/2014, 15:00

216 776 0
perl programming

perl programming

... 20-2 Perl Programming Perl (Practical Extraction and Report Language) is a powerful and adaptable scripting language. Perl became very popular in early 90’s as web became a reality. Perl ... capabilities. Perl programs are not compiled but interpreted. Perl interpreter in your unix system can be found by typing  where perl It may show /usr/local/bin /perl /usr/...

Ngày tải lên: 29/04/2014, 14:45

10 203 0
Web Client Programming with Perl-Chapter 3: Learning HTTP- P3

Web Client Programming with Perl-Chapter 3: Learning HTTP- P3

... href="http://sales.ora.com/sales.html"> Sales Department</a> The user clicks on the hyperlink and the client requests "sales.html" from sales.ora.com, specifying that it was ... anything in HTTP that describes which languages the browsers understand,[5] but a server with a properly updated database of browser names could make an informed guess. Similarly, c...

Ngày tải lên: 17/10/2013, 19:15

27 521 0
Web Client Programming with Perl-Chapter 4: The Socket Library- P1

Web Client Programming with Perl-Chapter 4: The Socket Library- P1

... is part of the standard Perl distribution. Include the socket module like this: use Socket; Table 4-1 lists the socket calls available using the socket library in Perl. Table 4-1: Socket ... lack of imagination), and required it along with the socket library itself: #!/usr/local/bin /perl use Socket; require "tcp.pl"; Once the socket library and open_TCP( ) routine .....

Ngày tải lên: 20/10/2013, 10:15

26 491 0
Web Client Programming with Perl-Chapter 4: The Socket Library- P2

Web Client Programming with Perl-Chapter 4: The Socket Library- P2

... and -l for displaying only hyperlinks. So, to see just the image references at www.ora.com, one would do this: % hgrepurl -i http://www.ora.com Or just the hyperlinks at www.ora.com: % hgrepurl ... http://www.ora.com Or both images and hyperlinks at www.ora.com: % hgrepurl http://www.ora.com The complete source code looks like this: #!/usr/local/bin /perl -w # socket based hype...

Ngày tải lên: 20/10/2013, 10:15

26 463 0
Web Client Programming with Perl-Chapter 5: The LWP Library- P1

Web Client Programming with Perl-Chapter 5: The LWP Library- P1

... classes. To expand each hyperlink, we first define each hyperlink in terms of the URL class: $url = new URI::URL $link; Then we use a method in the URL class to expand the hyperlink's URL, ... is a collection of Perl libraries and utilities, freely available to all. There are many CPAN mirror sites; you should use the one closest to you, or just go to http://www .perl. com/CPAN/...

Ngày tải lên: 24/10/2013, 08:15

27 400 0
Từ khóa:
w