The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Data::SExpression::Cons -- Representation of a Lisp cons read by Data::SExpression.

DESCRIPTION

new CAR CDR

Construct a new Cons with the given car and cdr

car, cdr

Returns the car or cdr of this Cons.

set_car CAR, set_cdr CDR

Set the car or cdr of this Cons object.

SEE ALSO

Data::Sexpression

AUTHOR

Nelson Elhage <nelhage@mit.edu>