| Sign In/My Account | View Cart |
|
|
We've expanded our Perl news coverage and improved our search! Search for all things Perl across O'Reilly! Win32 ActiveState - Perl for Win32 Perl for Win32. resources, information and freeware from the creators of Perl for Win32. Binary distribution of Perl for the Win32 Gurusamy Sarathy's distribution of Perl, version 5.004_02, which comes with Win32 support -- Includes binaries for several useful Perl Modules Demoroniser Correct moronic and gratuitously incompatible HTML generated by Microsoft applications. Installing Perl on Windows 95 Eric Foster-Johnson provides information to install Perl on Windows 95. Intergraph port of Perl 4.036 for NT 3.5 LAOLA A perl library, that gives access to OLE documents like Word and Excel without Microsoft code. You can read documents, read and modify existing streams and read and modify garbage. Supports a litte bit property sets. A quick reference file for this library is now available. Now includes the new program %22Elser%22. Elser is dealing heavily with the document format of Word 6, especially:
mbx2mbox Converts Outlook Express .mbx files into standard mail files that programs like Pine, Eudora, and Netscape can parse. NTperl cgi-bin danger Starting at about mid December 1995 Tom Christiansen (of Perl fame) posted a warning to one or more mailing lists devoted to the Perl programming language. The warning was about the dangers of placing your PERL.EXE file within your \CGI-BIN\ directory on a Windows-NT web-server. This is a very unsafe thing to do! OLE::Storage Structured Storage interface is the binary data format of standard Microsoft Windows OLE documents. Hitherto it was only safe to deal with Windows documents at Windows operating systems. OLE::Storage is an interface for all operating systems. It gives access to the raw data streams of documents, that are done by e.g. Microsoft Word or Star Word. Further more, OLE::PropertySet gives access to PropertySets as they are defined e.g. in those OLE documents. Perl 5.004beta1 binary for EMX (OS/2,DOS,Win*) Perl and Windows NT Tips, tricks, resources and more! Perl for NT Admins The Perl for NT Admins mail list is for NT administrators who want to automate tasks and procedures with Perl scripts. Subscribers include Perl beginners and experts. Discuss useful scripts and helpful coding techniques. To subscribe, send an email to perl-ntadmins-subscribe@topica.com or go to http://www.topica.com/lists/perl-ntadmins. Perl for Win32 Joseph L. Casadonte provides an excellent reference with links to modules, scripts, and other goodies. Perl Scripts Master Index The Script Repository categorizes the best sample scripts designed to run on Windows 2000, Windows XP, and Windows Server 2003. These are scripts written in Perl for Windows. Perl wrapper for Blat A very good example on how to call Blat from Perl. Blat is a Public Domain Windows NT console utility that sends the contents of a file in an e-mail message using the SMTP protocol. Blat can send plain ASCII text files or binary files encoded in base64 or uuencode. Perl2Exe Perl2Exe is a command line utility for converting perl scripts to exe files. This allows you to create stand alone programs in perl that do not require the perl interpreter. You can also ship the EXE file without having to ship your perl source code. Perlwin32 Modules Perl Win32 Modules from Amine Moulay Ramdane:
PortIO This Win32 object oriented Perl module will allow to directly access your I/O ports (0100H to FFFFH) under Windows NT 4.0 and Win95/1998. Rob's Perl for Win32 Pages Robert Pepper provides a Perl for Win32 Tutorial. The tutorial, adapted from a course he ran for novice webmasters, is now available on the Web so a) others may benefit (hopefully) b) perl users can critique the course and suggest additions. Note: The term %22perl users%22 is defined as anyone with more than 20 seconds perl experience, or less. Robert's Perl Tutorial A basic Perl course primarily for use on Win32 platforms. It assumes that the reader knows nothing of programming whatsoever, but needs a solid grounding for further work. After you finish this course you'll be ready to specialise in CGI, sysadmin or whatever you want to do with Perl. Robin's Perl for Win32 pages Robin Chatterjee provides tips and tricks about Perl for Win32. search.pl patch for Windows A patch to Jeffrey Friedl's search.pl for it to work under Windows 95 (search.pl is a combo of find and grep -- more or less do a 'grep' on a whole directory tree. Fast, with lots of options.) Put the line %22option: -win%22 in your .search file so it knows to do the special Win95 stuff. Note also that you MUST have the environment variable HOME set, as that's where it looks for the .search configuration file. The Win32::AdminMisc FAQ Tie::Registry A Perl module to provide easy and powerful access to a Registry. As the name suggests, Tie::Registry lets you use tied hashes to use a Registry very easily. Tie::Registry also provides an object-oriented interface which meshes nicely with the tied hash interface and the underlying Win32API::Registry %22raw%22 interface. Now 90% of what you want to do with a Registry can be done very simply, and you can do anything in Perl that you could do in C (at least as easily). Tutorial: Perl Scripts with Win 3.1 HTTP Server This tutorial explains how to run CGI scripts written in Perl with your Windows httpd server. (Please read the Windows httpd documentation before you install the package.) The information presented here is a simple variation of John Cope's wonderful Win-httpd CGI-DOS solution. Using Perl and NT Emmanuel PIERRE provides a short course in programming with Perl on NT (in french and english). Win32 This module set contains:
Win32::AdminMisc The Win32::AdminMisc extension is used for a small variety of miscellaneous administrative tasks that were not addressed in the standard Win32::NetAdmin extension that comes with Win32 Perl from ActiveState. Win32::ASP A Module for ASP (PerlScript) Programming. Win32::Clipboard A (little) module that allows you to read and set the content of the Windows Clipboard in Perl. Win32::Console Implementation of the Win32 Console and Character Mode functions that gives you full control on the console input (processing of both keyboard and mouse events) and output (reading and writing of the screen's characters and attributes). Win32::DES The DES module does group two important funtions,the Unix crypt() function plus the DES encrypt() and decrypt() functions (it does use the ECB mode). Win32::GUI Win32::GUI is a Win32-platform native graphical user interface toolkit for perl. basically, it's an XS implementation of most of the functions found in user32.dll and gdi32.dll, with an object oriented perl interface and an event-based dialog model that mimic the functionality of visual basic. in simple words, it's a big fun! Win32::INotify This object oriented Perl module will allow you to monitor the changes (example: size, name, security, last_write, last_access, creation...) of your Win32 directories. [ Documentation ] Win32::Internet This module implements the Microsoft Win32 Internet Functions as a Perl extension. Gives to your Perl scripts sort of HTTP/FTP client's powers. Win32::IPerfmon This object oriented Perl module will allow you to get realtime performance data (example: Processor, Memory, Disk, TCP/IP, RAS, WebServer and more...) from your WinNT operating systems both localy and remotely. Win32::IpHelp This object oriented Perl module will allow you to get realtime data from TCP, IP, UDP, Sockets, etc... It also allows you to get important data informations like the RTT, HopCount and much more... Win32::IProc This object oriented Perl module will allow you to have full control on your Win32 threads/processes (start, kill, wait, ps...). [ Documentation ] Win32::ISync This object oriented Perl module does implement the Win32 synchronization mechanisms like the Semaphore, Mutex, Event, and Timer objects. [ Documentation ] Win32::MemMap Shared memory is the fastest mechanism by wich server developers can etablish interprocess communication between the cooperating tasks of an application program,with this module you can map files or memory into virtual address space, Perl processes or threads can gain access to mapped memory via naming mechanism. [ Documentation ] Win32::ODBC A Perl 5 extension that provides access to the ODBC API. Win32::Pipe Named Pipe extension for Win32 Perl. Win32::SerialPort User interface to Win32 Serial API calls -- This module uses Win32API::CommPort for raw access to the API calls and related constants. It provides an object-based user interface to allow higher-level use of common API call sequences for dealing with serial ports. Uses features of the Win32 API to implement non-blocking I/O, serial parameter setting, event-loop operation, and enhanced error handling. Win32::Shortcuts This module allows the creation and manipulation of Windows shortcuts files. Win32::Sound Another very little module that lets Perl play system sounds or any .WAV file. Win32::Tie::Ini Tied INI extension for Win32 Perl -- This will tie an ini file into a hash so that you can easily update and edit the ini file by editing a simply hash. You can create ini files or edit existing ini files. Win32API::Registry Low-level access to functions/constants from WINREG.h Windows Perl Package Repository A nice collection of database-related Perl packages in Activestate Perl Package Manager format (.ppd). WinPDFdata WinPDFdata is a free Windows application, developed with PERL and Tk, that permits you to extract information from PDF files and permits you to generate an HTML file. WinPDFdata supports also the new PDF version 1.3. WWW:Search Windows Support Page This site provides minimal Windows support and Windows installation interface for John Heideman's WWW::Search API. WWW::Search found on this site has been slightly edited for Windows. YeP-Perl A Win32 port of Perl built with the Cygwin UNIX-like kernel for Windows NT/95.
|
|
Sponsored By: |