NAME
SQLite::VirtualTable::Util - Helper functions for SQLite::VirtualTable
SYNOPSIS
use SQLite::VirtualTable::Utill qw(unescape);
my $foo = unescape $bar;
DESCRIPTION
This module contains some utility functions that are used by SQLite::VirtualTable and derived modules.
FUNCTIONS:
AUTHOR
Salvador Fandiño (sfandino@yahoo.com).
COPYRIGHT AND LICENSE
Copyright (C) 2006 by Qindel Formacion y Servicios, S. L.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.