[ Avaa Bypassed ]




Upload:

Command:

www-data@18.188.91.70: ~ $
package XString;

use strict;
use warnings;

# ABSTRACT: Isolated String helpers from B

BEGIN {

    our $VERSION = '0.002'; # VERSION: generated by DZP::OurPkgVersion
    require XSLoader;
    XSLoader::load(__PACKAGE__);
}


1;

__END__

=pod

=encoding utf-8

=head1 NAME

XString - Isolated String helpers from B

=head1 VERSION

version 0.002

=head1 SYNOPSIS

 #!perl
 
 use strict;
 use warnings;
 
 use Test::More;
 
 use XString;
 use B;
 
 is XString::cstring( q[a'string"with quotes] ), B::cstring( q[a'string"with quotes] ), q["a'string\"with quotes"];
 is XString::perlstring( q[a'string"with quotes] ), B::perlstring( q[a'string"with quotes] ), q["a'string\"with quotes"];
 
 done_testing;

=head1 DESCRIPTION

XString provides the L<B> string helpers in one isolated package.
Right now only L<cstring> and L<perlstring> are available.

=head1 FUNCTIONS

=head2 cstring(STR)

Similar to B::cstring;
Returns a double-quote-surrounded escaped version of STR which can
be used as a string in C source code.

=head2 perlstring(STR)

Similar to B::perlstring;
Returns a double-quote-surrounded escaped version of STR which can
be used as a string in Perl source code.

=head1 AUTHOR

Nicolas R <atoomic@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by cPanel, Inc.

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

=cut

Filemanager

Name Type Size Permission Actions
Authen Folder 0755
B Folder 0755
Cairo Folder 0755
Class Folder 0755
DateTime Folder 0755
Devel Folder 0755
File Folder 0755
Glib Folder 0755
HTML Folder 0755
IO Folder 0755
Locale Folder 0755
Net Folder 0755
Package Folder 0755
Params Folder 0755
Ref Folder 0755
Sub Folder 0755
Text Folder 0755
Variable Folder 0755
XML Folder 0755
auto Folder 0755
Cairo.pm File 27.4 KB 0644
DateTime.pm File 129.77 KB 0644
FCGI.pm File 5.72 KB 0644
Glib.pm File 26.61 KB 0644
PadWalker.pm File 4.1 KB 0644
XString.pm File 1.41 KB 0644