Help for this page
Select Code to Download
Select
or
download this
@array = grep {$_ ne 'joby'} @array;
Select
or
download this
use strict; use warnings; ... print "\nend\n"; print map {"$_\n"} @array;