Data-SExpression
view release on metacpan or search on metacpan
lib/Data/SExpression.pm view on Meta::CPAN
=cut
sub scalarp ($) {
my $thing = shift;
return !ref($thing) ||
ref($thing) eq "GLOB" ||
ref($thing) eq 'Data::SExpression::Symbol';;
}
=head1 Data::SExpression::Parser callbacks
These are for internal use only, and are used to generate the data
structures returned by L</read>.
=head2 new_cons CAR CDR
Returns a new cons with the given CAR and CDR
=cut
( run in 2.052 seconds using v1.01-cache-2.11-cpan-9b1e4054eb1 )