Help for this page

Select Code to Download


  1. or download this
    sub print_data
    {
        my %hoh = %$skip_users;    
        next if ((exists $hoh{$user}) && (exists $hoh{$user}{$command}));
    }
    
  2. or download this
      print $hoh{$user}{$command}
        if ((exists $hoh{$user}) && (exists $hoh{$user}{$command}));