Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    die Usage: ldap-group [-p] trans \n" unless @ARGV;
    ...
        die "Invalid $arg\n" unless $arg =~ m/^[A-Za-z]+$/;
    }
    exec("/opt/bin/techweb-changes.pl",@ARGV);
    
  2. or download this
    #include <regex.h>
    
    ...
        }
        return(1);
    }