Help for this page
Select Code to Download
Select
or
download this
@array = (0, 1, 0); @array = map {1 - $_} @array; say "@array"; # 1 0 1