Help for this page

Select Code to Download


  1. or download this
     print "$user is in the hash. \n";
            @user_array = split(/ /, $p2i{$user});
    
            foreach (@user_array) {
            print "$_\n";
            }
    
  2. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
            }
    
    exit;