http://www.perlmonks.org?node_id=989532


in reply to list pushing

Are you sure you're only getting 1 quote? Some may be unprintable (undef). Add this code to the end of your sub (Tip #4 from the Basic debugging checklist):
use Data::Dumper; print Dumper(\@quotes);

What module is get from?