The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "asp"

ASP - a Module for ASP (PerlScript) Programming River stage zero No dependents

This module is based on Matt Sergeant's excellent Win32::ASP module, which can be found at <http://www.fastnetltd.ndirect.co.uk/Perl>. After using Mr. Sergeant's module, I took on the task of customizing and optimizing it for my own purposes. Feel fr...

TIMMY/ASP-1.07 - 12 Jul 2000 08:22:21 UTC - Search in distribution

Win32::ASP - a module for ASP (PerlScript) Programming River stage zero No dependents

I knocked these routines together one day when I was wondering "Why don't my "print" statements output to the browser?" and "Why don't "exit" and "die" end my script?" So I started investigating how I could overload the core functions. "print" is ove...

WNODOM/Win32-ASP-2.15 - 26 Mar 2001 15:43:55 UTC - Search in distribution

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC - Search in distribution

ASP::NextLink - Perl implementation of the NextLink ASP component River stage zero No dependents

ASP::NextLink is a Perl implementation of MSWC.NextLink, ASP's content-linking component for use with Apache::ASP....

TIMMY/ASP-NextLink-0.11 - 12 Jul 2000 08:22:37 UTC - Search in distribution

CatalystX::ASP - PerlScript/ASP on Catalyst River stage zero No dependents

CatalystX::ASP is a plugin for Catalyst to support ASP (PerlScript). This is largely based off of Joshua Chamas's Apache::ASP, as the application I've been working with was written for Apache::ASP. Thus, this was designed to be almost a drop-in repla...

SLEUNG/CatalystX-ASP-1.15 - 25 Apr 2018 05:54:03 UTC - Search in distribution

Apache2::ASP::API - A public API for all Apache2::ASP web applications. River stage zero No dependents

Wouldn't it be great if your website had its own public coding API? How about one that you could subclass and add your own features to? That's what Apache2::ASP::API is all about. Apache2::ASP::API provides a programatic interface to your Apache2::AS...

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC - Search in distribution

Win32::ASP::Field - an abstract parent class for representing database fields, used by Win32::ASP::DBRecord River stage zero No dependents

Background Field objects are very strange Perl objects. Perl is class based, not prototype based. Unfortunately, unless you want to create a separate class for every mildly wierd field in your database, a class based system is sub-optimal for our pur...

TEVERETT/Win32-ASP-DB-0.02 - 30 Jun 2000 21:31:09 UTC - Search in distribution

Win32::ASP::Extras - a extension to Win32::ASP that provides more methods River stage zero No dependents

Installation instructions This installs with MakeMaker. To install via MakeMaker, it's the usual procedure - download from CPAN, extract, type "perl Makefile.PL", "nmake" then "nmake install". Don't do an "nmake test" because the ASP objects won't be...

TEVERETT/Win32-ASP-Extras-1.01 - 08 Feb 2000 22:23:44 UTC - Search in distribution

Embperl::Syntax::ASP - ASP syntax module for Embperl River stage one • 3 direct dependents • 3 total dependents

The module add the ASP syntax to Embperl. That mean when you select ASP as syntax, Embperl understand the two following tags: <% %> Between <% and %> you can put any Perl code that should be executed. <%= %> Between <%= and %> you can place a valid P...

GRICHTER/Embperl-3.0.0 - 24 Nov 2023 21:23:02 UTC - Search in distribution

Autodia::Handler::ASP - AutoDia handler for ASP River stage one • 1 direct dependent • 1 total dependent

TEEJAY/Autodia-2.14 - 25 May 2011 19:55:19 UTC - Search in distribution

Syntax::Highlight::Engine::Kate::ASP - a Plugin for ASP syntax highlighting River stage two • 11 direct dependents • 15 total dependents

Syntax::Highlight::Engine::Kate::ASP is a plugin module that provides syntax highlighting for ASP to the Syntax::Haghlight::Engine::Kate highlighting engine. This code is generated from the syntax definition files used by the Kate project. It works q...

MANWAR/Syntax-Highlight-Engine-Kate-0.14 - 13 Jan 2018 21:00:27 UTC - Search in distribution

ASP4::API - Public Programmatic API to an ASP4 Application River stage one • 4 direct dependents • 4 total dependents

"ASP4::API" is very useful for unit tests - specifically when writing tests for the actual web pages themselves. Example Unit Test #!/usr/bin/perl -w use strict; use warnings 'all'; use Test::More 'no_plan'; use ASP4::API; my $api = ASP4::API->new();...

JOHND/ASP4-1.087 - 07 May 2012 21:21:53 UTC - Search in distribution

ASP4::PSGI - Run your ASP4 web application under PSGI/Plack. River stage zero No dependents

ASP4 is a great way to build web applications. PSGI/Plack is a great way to abstract a web application from the environment in which it is run. While I wouldn't yet run a high-traffic ASP4 web application in this way, it works very well for smaller t...

JOHND/ASP4-PSGI-0.004 - 01 Feb 2012 06:13:00 UTC - Search in distribution

ASP4x::Linker - In-page persistence of widget-specific variables. River stage zero No dependents

"ASP4x::Linker" aims to solve the age-old problem of: How do I change one widget on the page without losing my settings for all the other widgets on the page? OK - say you have one data grid on your web page that allows paging and sorting. You can mo...

JOHND/ASP4x-Linker-1.003 - 07 May 2012 21:21:41 UTC - Search in distribution

ASP4x::Router - URL Routing for your ASP4 web application. River stage zero No dependents

For a gentle introduction to URL Routing in general, see Router::Generic, since "ASP4x::Router" uses Router::Generic to handle all the routing logic. Long story short - URL Routing can help decouple the information architecture from the actual layout...

JOHND/ASP4x-Router-0.022 - 07 May 2012 21:22:04 UTC - Search in distribution

ASP4x::Captcha::Imager - Imager-based CAPTCHA for your ASP4 web application. River stage zero No dependents

"CAPTCHA" is the little security image containing a hard-to-read code that you may have seen on some websites. They are common on sign-up forms and email forms. The idea is that a bot or script can't read the image and can't guess the code. "ASP4x::C...

JOHND/ASP4x-Captcha-Imager-0.003 - 09 May 2011 19:27:07 UTC - Search in distribution

Plasp - PerlScript/ASP River stage zero No dependents

Plasp is CatalystX::ASP, which is a plugin for Catalyst to support ASP (PerlScript) but with Catalyst ripped out. This is largely based off of Joshua Chamas's Apache::ASP, as the application I've been working with was written for Apache::ASP. Thus, t...

SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC - Search in distribution

HTML::TreeBuilderX::ASP_NET - Scrape ASP.NET/VB.NET sites which utilize Javascript POST-backs. River stage zero No dependents

Scrape ASP.NET sites which utilize the language's __VIEWSTATE, __EVENTTARGET, __EVENTARGUMENT, __LASTFOCUS, et al. This module returns a HTTP::Response from the form with the use of the method "->httpResponse". In this scheme many of the links on a w...

ECARROLL/HTML-TreeBuilderX-ASP_NET-0.09 - 26 Aug 2009 19:25:13 UTC - Search in distribution

Nama - multitrack recorder and digital audio workstation River stage zero No dependents

A multitrack audio application for recording, effects processing, editing, mixing, mastering and live performance. It can also perform general-purpose audio processing, such as 5.1 to stereo conversion. Nama uses Ecasound as the audio processing engi...

GANGLION/Audio-Nama-1.307 - 20 Dec 2023 09:07:36 UTC - Search in distribution
  • Audio::Nama - multitrack recorder and digital audio workstation

wurst - Wurst is a Useful, Reliable Structural Tool River stage zero No dependents

use Wurst; or, depending on the directory you are running from, use FindBin; use lib "$FindBin::Bin/../src/Wurst/blib/arch"; use lib "$FindBin::Bin/../src/Wurst/blib/lib"; use Wurst;...

WURST/Wurst-0.51c - 23 May 2008 13:46:41 UTC - Search in distribution
117 results (0.101 seconds)