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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ranand

  1. ranand

    /etcpasswd & /etc/shadow

    Hi, Here is what i did in Perl..It works perfect for me.See if it helps you.Try calling these Perl subroutines from your program. ------------------------------------------------------- my $shadowFile = "/etc/shadow"; my $oldpasswdFile = "$passwdFile.old"; #write...
  2. ranand

    Calling Perl from C++

    Thanks ..It has real good links..Let me try them out and see if it works for me ! Thanks, Anand
  3. ranand

    Calling Perl from C++

    Hi, There is a perl script with three subroutines which works real perfect.How do I integrate this to my VC++ code ? The C++ code should call these perl subs or the whole file. So what will i need to do in order for C++ to perform this Thanks.

Part and Inventory Search

Back
Top