monachos has asked for the wisdom of the Perl Monks concerning the following question:

Hi, this is new territory for me. I get the error “Attempt to free unreferenced scalar: SV 0x1ebc270, Perl interpreter: 0x223ff4 at lib/DBIx/Lite.pm line 277.” The line in Lite.pm reads “$fh->print( join($args->{'column-separator'}, @FieldNames), $args->{'record-separator'});”

Replies are listed 'Best First'.
Re: Attempt to free unreferenced scalar
by salva (Canon) on Mar 29, 2007 at 10:25 UTC
    this is a bug, either on a XS module you are using or on perl itself.

    Try to reduce your code as much as possible while still trigering the bug and submit a bug report to the corresponding party.

    Or alternatively, post here a full version of your script so other people can examine it. Tell us also, the versions of the perl interpreter and the modules you are using.