April 1st, 1999 by James Lee in Using Perl to make network task is easy—here's how. Perl has been called the glue that holds the Internet together because it is an extremely powerful text processing and CGI programming language....
Home » Archives for April 2009
Getting Started with
- on 2:29 PM
- No comments
Written by Steve Lidie by Steve Lidie, April 1999A favorite Perl module of mine is the Tk widget toolkit. With this collection of widgets, you can write sophisticated graphical applications, or just jazz-up your old command line program. Oh, you don't...
Perl and the Tk Extension
- on 2:26 PM
- No comments
Using X from Perl Steve Lidie Well, hello! This is the first of several articles on the Tk toolkit, a marvelous object oriented Perl extension that provides a comprehensive widget collection for all kinds of spiffy graphical applications. Tk was developed...
download tutorial perl
- on 2:16 PM
- No comments
Introduction !-- SOC Table of Contents --> Chapter 1: First Steps In Perl Chapter 2: Working with Simple Values Chapter 3: Lists and Hashes Chapter 4: Loops and Decisions Chapter 5: Regular Expressions Chapter 6: Files and Data...
Perl Beginner
- on 1:56 AM
- No comments
What does this book cover? Installing Perl on Windows and UNIXMaking use of online Perl resources like CPANFirst principles in programming and the Perl syntaxWorking with files and databasesWriting web pages in PerlUsing Perl as an object-oriented...
PDF Setting Mikrotik hostspot authentikasi
- on 2:47 PM
- No comments
Tutorial kali ini saya ingin membahas bagaimana mudahnya membangun router+hotspot authentikasimenggunakan Mikrotik OS.silakan download di pdf downl...
setting hotspot MIKROTIK
- on 2:44 PM
- No comments
Setting Hotspot pada Mikrotik Router OS sangat mudah dikonfigurasi. Sistem autentikasi hotspot biasa digunakan ketika kita akan menyediakan akses internet pada areal publik, seperti : Hotel, café, Kampus, airport, taman, mall dll. Teknologi akses internet...
Belajar Perl part III
- on 3:03 AM
- No comments
Decision / selection / percabangan Percabangan di perl terdapat dua jenis yaitu if dan unless. Pada if blok perintah akan dijalankan jika syarat atau kondisi di dalam if terpenuhi. Bentuk if di perl mirip seperti di bahasa c. ...