GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
HTML::FillInForm::Lite::Compat(3) User Contributed Perl Documentation HTML::FillInForm::Lite::Compat(3)

HTML::FillInForm::Lite::Compat - HTML::FillInForm compatibility layer

        use HTML::FillInForm::Lite::Compat;

        use HTML::FillInForm; # doesn't require HTML::FillInForm

        my $fif = HTML::FillInForm->new();
        $fif->isa('HTML::FillInForm::Lite'); # => yes

        # or

        perl -MHTML::FillInForm::Lite::Compat script_using_fillinform.pl

This module provides an interface compatible with "HTML::FillInForm".

It takes over the "use HTML::FillInForm" directive to use "HTML::FillInForm::Lite" instead, so that scripts and modules that depend on "HTML::FillInForm" go without it.

The following is compatible with those of "HTML::FillInForm".
new()
It accepts no options as "HTML::FillInForm" does.
fill(...)
fill_file(file, ...)
fill_scalarref(scalarref, ...)
fill_arrayref(arrayref, ...)

HTML::FillInForm.

HTML::FillInForm::Lite.

Goro Fuji (X XX) <gfuji(at)cpan.org>

Copyright (c) 2008-2010 Goro Fuji, Some rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.