Perl

TwitterFacebook
Get flash to fully experience Pearltrees

WWW::Mechanize

http://search.cpan.org/~jesse/WWW-Mechanize-1.72/lib/WWW/Mechanize.pm WWW::Mechanize - Handy web browsing in a Perl object Version 1.70 WWW::Mechanize , or Mech for short, is a Perl module for stateful programmatic web browsing, used for automating interaction with websites. Features include:
http://oss.oetiker.ch/remocular/ Demo | README | Download | GIT Hub remOcular provides a AJAX web interface to Unix command line tools like traceroute, top, mpstat, ... The tools are integrated via a plug-in interface. remOcular comes with plugins for

remOcular - your eyes in the cloud

Perl-Scripts : Übersicht | Die Community für Perl PHP CGI Apache MySQL und Web-Programmierung

Download » Perl-Scripts Alle Scripts, die ihr auf den folgenden Seiten findet können frei kopiert, weitergegeben und eingesetzt werden, wenn folgende Bedingungen eingehalten werden: D er Copyright-Hinweis am Beginn des Quellcodes des Scripts muß unverändert bleiben. http://www.perlunity.de/perl/scripts/download.shtml
Troubleshooters.Com and Code Corner Present Copyright (C) 1998-2001 by Steve Litt Without regular expressions, Perl would be a fast development environment. Probably a little faster than VB for console apps. With the addition of regular expressions, Perl exceeds other RAD environments five to twenty-fold in the hands of an experienced practitioner, on console apps whose problem domains include parsing (and that's a heck of a lot of them). Regular expressions is a HUGE area of knowledge, bordering on an art.

Perl Regular Expressions

http://www.troubleshooters.com/codecorn/littperl/perlreg.htm
http://pronix.linuxdelta.de/Perl_cgi/Perl/perl_kurs_kapitel13.shtml 13.1. Datei Ein/Ausgabe Was bringt einem die beste Programmiersprache, wenn man keine Daten Speichern oder wieder Laden kann. Bevor Sie nun aus einer Datei lesen oder schreiben, müssen Sie diese erst mal öffnen . Hierzu verwenden man das in C schon bekannte Schlüsselwort open .

Datei Ein/Ausgabe Verzeichnis open read write STDOUT STDIN print sysopen sysread syswrite

Arrays are a special type of variable that store list style data types. Each object of the list is termed an element and elements can either be a string, a number, or any type of scalar data including another variable. Place an array into a PERL script, using the at symbol (@). perlarrays.pl:

Perl Tutorial - Arrays

http://www.tizag.com/perlT/perlarrays.php
God dag! Vi söker folk till nya tjänster av textredaktör och översättare (svenska,engelska) till ett välkänd bolag. Uppgifter: Vi skickar till dig meil med texter, huvudskaligen texter för att korrigera stavning, grammatik och andra fel. Under provtid får du arvode på 5 euro för 1 kb för utfört jobb. http://www.perlfect.com/articles/regextutor.shtml

Perl Regex Interactive Tutorial

CGI Programming 101: Chapter 1: Getting Started

Our programming language of choice for this book is Perl. Perl is a simple, easy to learn language, yet powerful enough to accomplish very difficult and complex tasks. It is widely available, and is probably already installed on your Unix server. You don't need to compile your Perl programs; you simply write your code, save the file, and run it (or have the web server run it). The program itself is a simple text file; the Perl interpreter does all the work. http://www.cgi101.com/book/ch1/text.html