Help for this page

Select Code to Download


  1. or download this
    use strict;                          # <- always use strict
    use warnings;                        # <- and warnings
    ...
            }
        last;                            # <- missing ;
        }                                # <- missing }