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
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
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...
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
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...
<!--#include virtual="../mait/includes/hd_default_ma.inc"-->
anyone have idea ,how to get the content of hd_default_ma.inc file on the webpage through perl script...
thanks
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="../mait/includes/hd_default_ma.inc"-->
..now when i trie to run that script ..it runs okay...
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
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
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.