Help for this page

Select Code to Download


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