Help for this page
#!/usr/bin/perl use warnings; ... push @{$collection_ref}, [@temp] if (@temp); } }
C:\Code>perl close_and_break.pl 1 2 3 4 5 6 7 8 9 10 11 12