- or download this
# this is a slice, probably not intended
@someList[0] = 'foo';
- or download this
@someList[0] better written as $someList[0]
- or download this
#!/usr/bin/perl -w #alternative warning syntax
use strict;
...
###################################################
print "$totalChanges files changed\n";