{
    "mode": "perldoc",
    "parameter": "Apache::Session::Serialize::Sybase",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Apache%3A%3ASession%3A%3ASerialize%3A%3ASybase/json",
    "generated": "2026-06-13T03:25:53Z",
    "synopsis": "use Apache::Session::Serialize::Sybase;\n$zipped = Apache::Session::Serialize::Sybase::serialize($ref);\n$ref = Apache::Session::Serialize::Sybase::unserialize($zipped);",
    "sections": {
        "NAME": {
            "content": "Apache::Session::Serialize::Sybase - Use Storable to zip up persistent data and unpack/pack to\nput into Sybase-compatible image field\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Apache::Session::Serialize::Sybase;\n\n$zipped = Apache::Session::Serialize::Sybase::serialize($ref);\n$ref = Apache::Session::Serialize::Sybase::unserialize($zipped);\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This module fulfills the serialization interface of Apache::Session by taking the data from\nApache::Session::Serialize::Storable and modifying it to work with Sybase IMAGE fields. Note\nthat you do not need to quote these values before inserting into the database, and that if you\nare using DBI::Sybase, you cannot use the data in a placeholder. If you use\nApache::Session::Sybase as your session class, this will all get taken care of.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Apache::Session::Serialize::Storable was written by Jeffrey William Baker <jwbaker@acm.org>; the\nSybase-specific data manipulation was written by Mark Landry <mdlandry@lincoln.midcoast.com> for\nuse in an earlier version of Apache::Session::DBI::Sybase and placed here by Chris Winters\n<chris@cwinters.com>.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Apache::Session::Serialize::Storable, Apache::Session::Sybase\n",
            "subsections": []
        }
    },
    "summary": "Apache::Session::Serialize::Sybase - Use Storable to zip up persistent data and unpack/pack to put into Sybase-compatible image field",
    "flags": [],
    "examples": [],
    "see_also": []
}