Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        next if ! defined $color;
        print "here is the username: $username\n" if "agag" =~ m/($usernam
    +e)/;
    }
    
  2. or download this
    here is the username: agag