Help for this page

Select Code to Download


  1. or download this
    "ADELMAN","John","adad","Ray"
    "AGAN","John","agag","Aditya"
    "AHMED","John","ahah","Conor"
    
  2. or download this
    my $username;
    my $color;
    ...
        ($username,$color) = (split /,/,$_)[2,3];
        if ("agag" =~ m/($username)/){print STDOUT "here is the username: 
    +$username\n"}
    }
    
  3. or download this
    here is the username: