Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    use warnings;
    ...
    #   that's close, but you need the periods between the strings and the
    + code, not inside the quotes:
    #     "some string " . code here . " more string"
    # - do a search for a comment tagged "bradenshep:".