background preloader

The CPAN Search Site - search.cpan.org

The CPAN Search Site - search.cpan.org

http://search.cpan.org/

Carrot2 Clustering Engine Carrot2 Search Results Clustering Engine Carrot2 organizes your search results into topics. With an instant overview of what's available, you will quickly find what you're looking for. Choose where to search: Type your query: More options Arrays 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: #!

Peter’s Perl Examples Contents Introduction This section gives some example code for using Perl to perform various fuctions. Unless otherwise stated, this code is in the Public Domain, which means you can use it for any purpose without and restrictions. Twitter Search, Monitoring, & Analytics With iOS 9, Search lets you look for content from the web, your contacts, apps, nearby places, and more. Powered by Siri, Search offers suggestions and updates results as you type. There are two ways to use Search on your iOS device. Quick Search localtime - How to tell the current time in Perl Next: How to tell the current GM Time in Perl Let's say that you want to avoid all possible timezone confusions and take control of the offset yourself. Getting the current time in localtime will always return a value that is based on the machine's timezone settings - a server in the US will return one time, while a server in Australia will return one nearly a full day different due to the timezone differences. Perl has a second handy time telling function that works in exactly the same way as localtime, but instead of returning the time fixed for your machines timezone, it returns Coordinated Universal Time (abbreviated as UTC, also called Greenwich Mean Time or GMT). Simply enough the function is called gmtime

Perl Regular Expressions Troubleshooters.Com and Code Corner Present Copyright (C) 1998-2001 by Steve Litt Without regular expressions, Perl would be a fast development environment. 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. The advantage to this is you can move your program with little or no changes to any machine with a Perl interpreter.

EPIC - Eclipse Perl Integration For the impatient: Select Help > Software Updates... in Eclipse, add the update site and follow the on-screen instructions. Before installing EPIC you need Eclipse, Java, and Perl on your system. An optional PadWalker module is needed for debugging. For details read the system requirements section of the FAQ. The installation and upgrades are best performed using the Eclipse Update Manager.

remOcular - your eyes in the cloud 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 top - process listmpstat - processors related statisticstraceroute - packets trace to network hostdf - disk free ... and many more. Perl String Functions lcfirst Takes a string and retruns it with the first character in lower case. lcfirst Str1 quotemeta rindex This function returns the position of the last occurance of the specified SEARCH string. Mechanize 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: All HTTP methods High-level hyperlink and HTML form support, without having to parse HTML yourself SSL support Automatic cookies Custom HTTP headers Automatic handling of redirections Proxies HTTP authentication

Related: