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 gkittelson 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. 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?

    Hi, i did tried that but its doesnt look the problem. anyone have idea how exactly this sendmail works. i think this is some other problem .. thanks Nilesh
  3. 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...
  4. 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
  5. khoont

    how to get this dispalyed in perl script

    what i mean is this is html written between print<<bookmark ; and bookmark; statement in perlscript. but this purticulor html statemnt doesnt expand while you run the perl script. so my question is ...how to get that content of .inc file to bring it in perlscript while its running. so can get...
  6. 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
  7. 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...
  8. 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
  9. khoont

    how to get file permissions get displayed through perl

    yes u are right, but it doesnt supported in all file system. not all unix supports that. what i want is to get all filename as key and permissions as value into the hash. thanks
  10. 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