One Hat Cyber Team
Your IP :
172.16.0.254
Server IP :
58.26.163.33
Server :
Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Server Software :
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
PHP Version :
7.3.25
Buat File
|
Buat Folder
Eksekusi
Dir :
C:
/
xampp7
/
perl
/
vendor
/
lib
/
Bundle
/
DBD
/
View File Name :
CSV.pm
#/usr/bin/perl package Bundle::DBD::CSV; use strict; use warnings; our $VERSION = "1.14"; 1; __END__ =head1 NAME Bundle::DBD::CSV - A bundle to install the DBD::CSV driver =head1 SYNOPSIS perl -MCPAN -e 'install Bundle::DBD::CSV' =head1 CONTENTS DBI 1.643 Text::CSV_XS 1.44 SQL::Statement 1.412 DBD::File 0.44 DBD::CSV 0.55 =head1 DESCRIPTION This bundle includes all that's needed to access so-called CSV (Comma Separated Values) files via a pseudo SQL engine (SQL::Statement) and DBI. =head1 AUTHOR This module is currently maintained by H.Merijn Brand <h.m.brand@xs4all.nl> =head1 COPYRIGHT AND LICENSE Copyright (C) 2009-2020 by H.Merijn Brand Copyright (C) 2004-2009 by Jeff Zucker Copyright (C) 1998-2004 by Jochen Wiedmann All rights reserved. You may distribute this module under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file. =cut