in reply to Re^2: goto HACKin thread goto HACK
$_++ for @a; # modifies each element of @a $_++ for values %hash; # modifies every value of %hash $_++ for keys %hash; # doesn't do anything useful [download]
Dave.