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 Rhinorhino 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: *

  • Users: khoont
  • Content: Threads
  • Order by date
  1. khoont

    how to pass entire hash to another cgi in link?

    How to pass entire hash to other cgi program as link attached e.g. like link http://hwidev/group/bin/abl.cgi?detial=$name&datastd =%hash1 above is not useful. i tried that. also what would be the parsing technique to get hash value in called program? Thnaks in advance khoont
  2. khoont

    whats the problem would be in sending mail?

    i am running this program $MGR_LOGIN is my email account khoont@abc.com ============================== use CGI; $query= new CGI; open (MAIL, "| /usr/sbin/sendmail -t -oi $MGR_LOGIN") or &intError( 'Could not open mailer'); print MAIL $query->header; print MAIL...
  3. khoont

    how to send htmlified mail in perl

    HI, i m looking for hint how to send mail with html inside through perl. i m using send function but i dont know how to use this to send htmlified mail. Thanks khoont
  4. khoont

    how to get this dispalyed in perl script

    <!--#include virtual=&quot;../mait/includes/hd_default_ma.inc&quot;--> anyone have idea ,how to get the content of hd_default_ma.inc file on the webpage through perl script... thanks
  5. khoont

    how to get the .inc file content visible in web through perl script

    Hi, i m trying to display html stuff through perlscript through simple print statement..now the html has some of like following statement...init <!-- header include --> <!--#include virtual=&quot;../mait/includes/hd_default_ma.inc&quot;--> ..now when i trie to run that script ..it runs okay...
  6. khoont

    how to get -rwxrwxrwx in octal....

    hi evryone, actually i want to match stat->mod($filename) and file permissions i got from ls -l of unix. the stat->mod($filename gives some octal no like 33277 and 16893..like that.. now i have permissions like -rwxrwxrwx something like that question is how to compare this two. Nilesh
  7. khoont

    how to get file permissions get displayed through perl

    Hi, how can i display the file in the current directory in the UNix to get displayed through Perl script. i m using File:: Find whcich gives you anem of the file but how to get the attribute of the file to be displayed Nilesh

Part and Inventory Search

Back
Top