http://qs321.pair.com?node_id=1149458


in reply to Re^3: raffle_tickets_generator
in thread raffle_tickets_generator

Just to be sure I get it, when you localise $/ as '' perl will see an empty line as the record separator? even if said empty line is actually just one '\n' character.

I understand that making $/ equal '\n' you would have ended up with

$first = "this will"; $second="go into the variable"; $third = "called first";