Help for this page
#!/usr/bin/perl use warnings; use strict; ... push @data, $response unless grep { $_ eq $response } @data; print "$_\n" for @data;