Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. leemalloy

    Parse XML file with xml::twig

    Thanks it worked perfectly.
  2. leemalloy

    Parse XML file with xml::twig

    How do I get the fields ID, NAME, DESCRIPTION. Below is my current code put I can't get beyond the first_child of the file. use strict; use warnings; use XML::Simple; use Data::Dumper; use XML::Twig; my $t=XML::Twig->new(twig_handlers => {DATA_RECORD => \&dr}); $t->parsefile('C:\\Documents...
  3. leemalloy

    Deny rsh,tn,or rlogin

    Is there a way to deny access to a specific remote login option. example: usera--deny telnet access but keep rsh and rlogin userb--keeps telnet, rsh, and rlogin I'm basically trying to contol the access per services instead of changing the LOGIN REMOTELY(rsh,tn,rlogin) option to yes or no.

Part and Inventory Search

Back
Top