Mails should not go in SPAM Box

2007-04-12 Thread Anish Kumar K
or is it something I need to do in my Mail server. Please help... Thanks Anish -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

how to know the object type

2007-04-03 Thread Anish Kumar K
Hi In java we have instance operator to tell the type of Object. Similarly in perl say I am passing a reference object to a function, Is it possible to detect in the function whether the object is HASH or ARRAY... Thanks Anish -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Values Not coming in the subroutine parameters correctly...

2007-04-01 Thread Anish Kumar K
NewStudentHash,$classsId,$schoolName)[EMAIL PROTECTED]; print "$classsId and $schoolName"; return 1; } -Anish -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Mail Attachment

2007-01-16 Thread Anish Kumar K.
; open(FILE, "uuencode $picture $picture|"); while() { print SENDMAIL; }; close(FILE); close(SENDMAIL); Thanks Anish -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

HTML to DOC Converter

2006-12-28 Thread Anish Kumar K.
Hi I have a series of HTML tags in one file and want to convert to a DOC file how is it possible. Do we have any specific modules For Ex: Read a HTML file write to a document Read the Second HTML file and write to the same document (Append) Thanks Anish -- To unsubscribe, e-mail: [EMAIL

getting the File size of image URL

2006-10-10 Thread Anish Kumar K.
Is it possible to calculate the File SIZE which is from HTTP. i.e if I wanted to know file size of http://www.yahoo.com/images/a.gif from PERL.. Thanks Anish -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.408 / Virus Database: 268.13.2/471 - Release

URL need not do enciding

2006-09-22 Thread Anish Kumar K.
= say now it looks like http://www.yahoo.com/mail?username=anishkumar_k&userid%3234.0&companyname=abc Please check the userid value it is encoded. How can I stop change the URL. Thanks Anish -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

How to download file with the MIME type "Download'

2006-08-02 Thread Anish Kumar K.
t "Content-Disposition:attachment;filename=$fileName\n\n"; Thanks Anish -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: Specify download file name

2006-07-11 Thread Anish Kumar K.
Hi Prasanna Thanks for the reply. But that is not helping me in the situation Thanks Anish Nagasamudram, Prasanna Kumar wrote: Hi Anish Can you try adding the following to your $cgiObject->header ? -attachment=>'$filename.zip', And changing -type=>'app

Specify download file name

2006-07-11 Thread Anish Kumar K.
t is a zip file. I tried this $file_name="attachment.zip"; print "Content-Disposition: attachment; filename = $file_name\n\n"; Not working...any help Thanks Anish -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Does any one have nice programs for PERL AJAX

2006-06-21 Thread Anish Kumar K.
Hi I searched out in the Google and all for some nice Ajax Programs with the perl template toolkit and all.Can any one mail me the programs. Thanks Anish -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/>

How to bind values in "IN" value

2006-06-10 Thread Anish Kumar K.
t name from person where userid IN(?,?,?); my $result= $conn->prepare($query); $result->execute(@$userid); I am not getting the value. I understand BIND can be done with a scalar value. So how do I accomplish this... Thanks anish -- To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: How to handle(read & write) emails using perl

2006-05-23 Thread Anish Kumar K.
Please check out this http://search.cpan.org/src/BARBIE/Mail-Outlook-0.09/lib/Mail/Outlook.pm Anish Poonam Pahil wrote: Hi, Is it possible to open an outlook mail message using perl. If yes, can somebody please suggest what should I read to make this happen(Is it CGI). I want to read from a

How to check the file from CGI FORM

2006-05-19 Thread Anish Kumar K.
entered in the file upload box exists or not. As the PL is in the server and the file is the local client machine..How come it do...// Thanks Anish -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: executing/calling another perl script

2006-04-09 Thread Anish Kumar K.
Hi Irfan Create a perl Module. The Module should start with and should be the second line after ther perl path package ; sub function_name { my ($pas1,$pass2,$array,$return)[EMAIL PROTECTED]; Do the Processing $_[3]= Send the Value..>Can be anything array, hash, or...$; } In the PERL

Can any one tell me a better way to upload a file from the HTML form to a location in my home directorrt.

2006-04-06 Thread Anish Kumar K.
I tried many ways, Though I am seeing the file. the SIZE IS 0. I tried out these ways First One = my $upload_file= $q->param('upload_file'); # This is the description file which is being uploaded if ($upload_file) { my $outfile="/home/anish/testing.doc&

How to extract the path of the file name in perl

2006-03-28 Thread Anish Kumar K.
Hi How to extract the path of the file name in perl say my $path="C:\Documents and Settings\anish\Desktop\Design Documen1.doc"; $path=~ m/([^\/\\]+)$/; $path= $1; print "The Path is : $path"; I am getting the value as .doc... I tried some combination. Can any one he

Error in the postgres update

2006-02-03 Thread Anish Kumar K.
course_info set course='$course' where name='anish'; Thanks Anish

Want to develop a windows based application

2006-01-08 Thread Anish Kumar K.
Hi I want to develop a windows based application with PERL. Can anyone tell me which is best way to go.. Anis

can anyone tell me the nice site to learn Perl Automation

2005-12-14 Thread Anish Kumar K.
Hi Can anyone tell me a nice site to learn perl automation. Scripts also will be fine. I searched in some sites but was not quite useful.. Thanks Anish

Anyone know how to conver perl to exe

2005-11-21 Thread Anish Kumar K.
Hi All Anyone know how to convert perl to an exe. I wanted to know of any utility available in perl. Thanks Anish

Need help with XML traversing....

2005-10-02 Thread Anish Kumar K.
. Failed. This works fine with Module. I don't want Module. OUTPUT a an ani anis

Re: Need help with sorting on perl template toolkit

2005-09-11 Thread Anish Kumar K
Hi Sorry for the trouble...I got it we can use reverse function... Once again Sorry Anish - Original Message - From: Anish Kumar K To: beginners@perl.org Sent: Monday, September 12, 2005 11:20 AM Subject: Need help with sorting on perl template toolkit Hi I

Need help with sorting on perl template toolkit

2005-09-11 Thread Anish Kumar K
ending order is not maintained. So my way is either i need to sort in the JAVA side or PERL side. I tried many collections arraylist,MAp,HashMap...Nothign working Thanks Anish

UTF8 Character issue in XML

2005-08-19 Thread Anish Kumar K
; THIS IF FROM THE SERVER ERROR LOG Can't locate auto/XML/LibXML/setEncoding.al in @INC (@INC contains: /home/anish/doc_root/cgi-bin/editor /home/anish/doc_root/cgi-bin/wbtcgi/cleanedup/quiz /home/anish/doc_root/cgi-bin/aicc /home/anish/doc_root/cgi-bin/api /home/anish/doc_root/cgi-bin/com

Hi

2005-08-02 Thread Anish Kumar K
btained. I have TRIED after removing in the PERL side with substitution and all and confirmed this . Please give me some tips as what function I can use in the query to remove the space as well as DOS characters thanks Anish

How to transform the XML string to a table

2005-07-15 Thread Anish Kumar K
Hi All I have a varaible in perl which is having $output_variable=" Search Multiple Courses Third Page Third Page>Sub Page 2 ";I want to process this variable such that I can display this as a table(preferably with th

need to send an XML to templatetool kit

2005-07-15 Thread Anish Kumar K
Hi Can anyone tell how I can send the XML file to a HTML file with perl template toolkit so that in HTML I want to display the datas of XML in a table.. or tell some suitable solution Thanks Anish

Send Mail Issue

2005-06-03 Thread Anish Kumar K
This is the program I am using for SENDMAIL. Surprisingly it is not dying. I could see an error message in the browser as "The System cannot find the path specified". I donno from where the message is coming.. I removed the SENDMAIL part and then checked, now the error is not comingI am sure

Re: How to get the sendmail path

2005-06-03 Thread Anish Kumar K
yeah this isfine. But In the Program I have given like my $sendmailPath=PATH WHERE IT IS INSTALLED. In the perl program itself I need to finfd it out As I don;t want to do it everytime I change it to a new server... Anish - Original Message - From: "Chris Devers" <[EM

How to get the sendmail path

2005-06-03 Thread Anish Kumar K
tell me the correct way to do it. Thanks Anish

Java class files from Java Script

2005-05-12 Thread Anish Kumar K
Please pardon me from posting the question here... can any tell how I call Java class files from Javascript... Thanks Anish

Encrpt a file

2005-04-18 Thread Anish Kumar K
Hi Can any one suggest a good algorithm for encrpt and decrypt the files ..I donot want to use any perl module for that... Thanks Anish

Operation `eq': no method

2005-04-12 Thread Anish Kumar K
loaded magic at test.pl why the strange error is coming. I could print the value of $subject..Isn;t it treated as a string. Anish

System o/p to a varaible

2005-03-15 Thread Anish Kumar K.
andle. This invloves cumbersome process. I need to avoid writing to a file the o/p of the system command. Is there a way to assign to some variable... Thanks Anish

XML::LibXML Issue

2005-03-02 Thread Anish Kumar K.
Xpath type..Please let me know how I can access this with XML::LibXML module Anish

Appending in between some file

2005-02-24 Thread Anish Kumar K.
haven;t used it. Say I have a text file Java Oracle Visual basic I wanted to insert PERL after Oracle...So now the file should be Java Oracle PERL Visual basic I did with array. ie first copying the file into array and then doing. is there any alternate way Anish

IS there any way to get rthe content of the file

2005-02-10 Thread Anish Kumar K.
Hi I wanted to read the content of file in one varaible. Now I am doing open INPUT, "a.txt" | die "Cannot open the file"; while () { $temp=$temp.$_; } print "the entire file is $temp"; close(INPUT); I wanted to get the entire varaible I tried with other way but failed Anish

Fw: Modifying directory permission

2005-02-03 Thread Anish Kumar K.
- Original Message - From: "Anish Kumar K." <[EMAIL PROTECTED]> To: "Tommy Nordgren" <[EMAIL PROTECTED]> Sent: Thursday, February 03, 2005 6:13 PM Subject: Re: Modifying directory permission > Hi this is through CGI.In CGI it is not working...

Modifying directory permission

2005-02-03 Thread Anish Kumar K.
Is there any way in perl I can modify the permission of a directory using perl scripts Anish

File is not getting created in perl CGI

2005-01-31 Thread Anish Kumar K.
; print $cgi->header(); print $cgi->start_html("Browser Information"); open (TXT, ">tmp.txt") || die "Can't create $file"; print TXT"This is test"; close TXT; Thanks Anish

Subroutine redefined at ***.pm error

2005-01-31 Thread Anish Kumar K.
ReviewerExpiryMessage redefined at .pm line 5345. This seems strange to me.. Anish

perl substituion

2005-01-28 Thread Anish Kumar K.
Say I have a string called returned from the text file.. Hi $name- welcome to the world of $Logs. Country is $country. Time is $time I am getting this from the text file and then in the program I am printing this out. with its correponding values.. Say Hi Anish- welcome to the world of perl

Bareword "INPUT" not allowed while "strict subs"

2005-01-27 Thread Anish Kumar K.
urnMessage.$_; } close(INPUT); return $returnMessage; } Other routine open (INPUT , "a.txt") II die "Cannot open this file"; $message = &processTextMails(INPUT); = Error in this line Bareword "INPUT" not allowed while "strict subs" in use at Thanks Anish

Cannot create the file~

2005-01-19 Thread Anish Kumar K.
...Please help in printing out the die message,. I had used en INPUT ,">a.txt" or die "Cannnot create the file $!"; The message is not getting printed and I am not aware of the reason. Please help me to troubleshoot this. Thanks Anish

Re: Substitute Varaible

2005-01-17 Thread Anish Kumar K.
Thanks it is working fine Anish - Original Message - From: "Dave Gray" <[EMAIL PROTECTED]> To: "beginners perl" Sent: Monday, January 17, 2005 11:43 PM Subject: Re: Substitute Varaible > On Mon, 17 Jan 2005 16:11:54 +0530, Anish Kumar K. > <[EMA

Substitute Varaible

2005-01-17 Thread Anish Kumar K.
Hi I need help regarding substituion of varaibles with values Say I have a txt file (a.txt) which has only one line: Hi $name The PL file open INPUT, "a.txt"; my $name="Anish"; my $temp=""; while () { $temp=$temp.$_; } close(INPUT); print "Conten

Can;t locate the module

2005-01-17 Thread Anish Kumar K.
0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at /usr/lib/perl5/site_perl/5.6.0/Chart/ThreeD/Pie.pm line 21. Thanks Anish

doubt with hash

2005-01-13 Thread Anish Kumar K.
d as (2/(2+3+5))*100 NETSCAPE=(3/(2+3+5))*100 FIREFOX=(5/(2+3+5))*100 and pass this in this single hash...I am new to this hash...I thought there are two values possible, KEY and VALUE in hash is there a way I can add one more "IE"=>2=>10 "NETSCAPE=>3=>20 Please help Anish

problem with extracting line

2005-01-12 Thread Anish Kumar K.
hat from the variable, $message I wanted to print out this "First Line testing" as in the text file i have specified the pointers.. In Short I wanted to print the lines in between two words in a file/variable. Is my method correct? Thanks Anish

Template Check

2005-01-11 Thread Anish Kumar K.
in two decimal places...Like 35.46...I tried round, ceil , floor and all possible functions it is not working..Please help me in that. Thanks Anish

Javascript issue

2005-01-11 Thread Anish Kumar K.
Hi Sorry to put in this PL forum Say I have Javascript alert like this. when I preview this I get the alert window it is working fine. But The caption of the window is" Microsoft Internet Explorer". Is there any way to change it...I mean some user defined strings. Anish

perl template

2005-01-05 Thread Anish Kumar K.
I use a perl template and getting this error my $templateFile="\home\anish\temp\client.html"; $template->process($templateFile, \%inputVariables) || die "Template process failed: ", $template->error(), "\ n"; absolute paths are not allowed (set ABSOLUTE option) Please help me Thanks Anish

Re: Use of uninitialized value in String

2004-12-28 Thread Anish Kumar K.
Yes...Thanks for the reply..It worked Thanks Anish - Original Message - From: "Ing. Branislav Gerzo" <[EMAIL PROTECTED]> To: Sent: Wednesday, December 29, 2004 4:43 PM Subject: Re: Use of uninitialized value in String > Anish Kumar K. [AKK], on Tuesday, Decembe

Use of uninitialized value in String

2004-12-28 Thread Anish Kumar K.
I am getting this error not sure why Use of uninitialized value in string eq at line :6 1: $rows=$dbh->prepare("select browsername from course where clientname ='DEMO"); 2: $rows->execute(); 3: while(@row=$rows->fetchrow_array()) 4: { 5: $browserName=shift(@row); 6: if ($browserName eq

Re: How to map IP address with country

2004-12-24 Thread Anish Kumar K.
Hi Thanks...But it is mentioned.. This module will work for ip V4 Is there any module which is compatble is Ip V 6 also... Anish - Original Message - From: "John W. Krahn" <[EMAIL PROTECTED]> To: "Perl Beginners" Sent: Friday, December 24, 2004 12:49 PM

How to map IP address with country

2004-12-23 Thread Anish Kumar K.
Hi Is there any module in perl where I can Map the IP country with the country.. Thanks Anish

Sorry a Java question

2004-12-20 Thread Anish Kumar K.
Hi Sorry this is not a question to post here...But searched the net for java servlet group didn;yt find much... I wnt to pass two values ina query string and then get the values in another serlvet using req.getQueryString() Any help will be usefull... Thanks Anish

CGI-HTML printing error

2004-12-17 Thread Anish Kumar K.
Hi The following program has to print in the CGI...I use perl as well as HTML inside... When I complile this I get the error as "Can't find string terminator "ERROR_PRINT" anywhere before EOF" Please help me and also. if there is such combinations like perl CGI and HTML which is the best ways.

File generation not working

2004-12-06 Thread Anish Kumar K.
Hi I am facing problem with File Generation with CGI.. In a CGI Program if (!-e "/home/anish/data.xml") { print $cgi->p("Entered Hyere"); open OUTPUT, ">/home/anish/data.xml" || die "Cannot create the XML File"; print OUTPUT &qu

Re: Frowarding mail automatically through script

2004-11-27 Thread Anish Kumar K.
This is the program I use for my guest book.. however please look in the path you have installed send mail open(MAIL, "| /usr/lib/sendmail -oi -n -t"); By default it is in "/usr/sbin/sendmail"; Anish - Original Message - From: <[EMAIL PROTECTED]> To: <[

Re: Frowarding mail automatically through script

2004-11-27 Thread anish
sub mail() { my $from="[EMAIL PROTECTED]"; my $to=$recipient; my $sendmailpath="/usr/sbin/sendmail"; open (SENDMAIL, "| $sendmailpath -t"); print SENDMAIL "Subject: From Guest Book $subject\n"; print SENDMAIL "From: $from\n"; print SENDMAIL "To: $to\n\n"; print SENDMAIL "$content\n\n"; c

how to get count in DBI

2004-11-26 Thread Anish Kumar K.
$rows=$dbh->selectall_arrayref("SELECT sessionid FROM session"); I want to get the count...For example if it returns three rowsThen count should be three... How will I get the countAs soon after I want to print the count in the start itself... Anish

Regular Expression

2004-11-21 Thread Anish Kumar K.
Hi Suppose there is a line my $line= "[Create User]"; I wanted to get the text "Create User from this line..How will I use regular expresion to extract it... the condition is [TEXT NAME] I want only the text name from the pattern..I used $2 and all but no hope... Anish

IP address and Browser version.

2004-11-19 Thread anish
Hi I wanted to get the IP address and the OS of the system when some one checks in the page...How will I get the IP address and OS of the person who visits the page(with PERL CGI) Thanks Anish -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: variable space

2004-11-18 Thread Anish Kumar K.
after_click_color $recField[1] as cc6600 Thanks Anish - Original Message - From: "Michael David" <[EMAIL PROTECTED]> To: "Anish Kumar K." <[EMAIL PROTECTED]>; "beginners perl" <[EMAIL PROTECTED]> Sent: Friday, November 19, 2004 12:06 PM Subject: R

variable space

2004-11-18 Thread Anish Kumar K.
ot helping..Please suggest a way...Any functions acailable.. A Thanks Anish

Re: Browser Properties

2004-11-18 Thread Anish Kumar K.
Say I would liek to have it in a table... Say 30 % of users use Internet Explorer 50 % use Netscape 10 % use FireFox 5 % use Mozilla 5 % Others - Original Message - From: "Chris Devers" <[EMAIL PROTECTED]> To: "Anish Kumar K." <[EMAIL PROTECTED]&

how to install with CPAN

2004-11-18 Thread Anish Kumar K.
er->major(4)) { if ($browser->minor() > .5) { } } if ($browser->version() > 4) { } # Process a different user agent string $browser->user_agent($another_user_agent_string); please help me in spotting the error... Thanks Anish

Re: Browser Properties

2004-11-17 Thread Anish Kumar K.
no actaully, suppose there is a site..at the end of the day I need to get a statistics like how many users have used...Internet Explorer...how many Netscape...How many otheres. I think there should be some module which tells abt browser properties.. Anish - Original Message - From

Browser Properties

2004-11-17 Thread Anish Kumar K.
Hi I wanted to print out the Browser Informationlike internet Explorer, Netscape, Firefox and some of its properties...Please let me know with PERL CGI...There is any class Anish

Regarding ENV PATH

2004-11-17 Thread Anish Kumar K.
Hi I have a PL file in say /home/anish And in the program I have specified the $BASE_ROOT=/home/anish suppose i move the program to /home/abctest The problem I am facing is the directory structure is failingas in the PL files it ishardcoded as /home/anish IS there any way using $ENV

Re: how to pass array and varaible

2004-11-05 Thread Anish Kumar K.
PROTECTED]; print "The Varaible is $var \n\n"; print "Arrays is @nwt \n"; @nwt=(23,234,543); return @nwt; } Result: The Varaible is Arrays is First second third im Element: 23 Element: 234 Element: 543 The varaible number is been appe

how to pass array and varaible

2004-11-05 Thread Anish Kumar K.
Hi I want to pass a array and and a varaible to a subroutine and then some processing will be done at the subtroutine and the array should be returnedPlease help me in trying to figure out... Thanks Anish

character functions

2004-11-02 Thread Anish Kumar K.
Hi How will I get the character by character(just like getchar in C) wit PERL In this program... open IN,"D:/test.txt"; @file=; print "file is $file[0]"; This will print the first line of the txt file...I wanted to get character by character... How will I get it. Please help Thanks AK

Multi Line text processing

2004-11-01 Thread Anish Kumar K.
o "this is an orange". Not that this search text can be split in multilines. Do perl have some inbulit functions to do the same. Thanks Anish

need help with upload files.

2004-10-21 Thread Anish Kumar K.
I wrote a script to upload one file to one location. The HTML files reads a particular file using and in the form action I have called upload.pl file. in the upload.pl file... $upload_dir = "/home/anish/upload"; $filename = $q->param("filename"); $em

Need to have the data flow diagram for Bug tracking

2004-10-20 Thread Anish Kumar K.
Hi Sorry to mail in the PERL group. As the Open Source Bug tracking software was done using PERL-CGI I thought this will be helpful. Can anyone help me in getting the DFD for Bug Tracking System. Thanks Anish

HTML indentation not fine

2004-10-13 Thread Anish Kumar K.
could shed light into this ... Thanks Anish

Re: Need Help

2004-10-07 Thread Anish Kumar K.
;; Is there in perl any operator which will help me to take the variable names separately like... one_two pne Thanks Anish - Original Message - From: "David le Blanc" <[EMAIL PROTECTED]> To: "Anish Kumar K." <[EMAIL PROTECTED]> Cc: "beginners perl"

Need Help

2004-10-07 Thread Anish Kumar K.
;This a test for New numbers." WHICH IS WRONG... Please let me know what to do If I need to replace in both... Thanks Anish #!/usr/bin/perl $openTag='\[%'; $closeTag='%\]'; my $count=0; $_= "This is a test for [%one_two%] number and [%pne%] numbers."; s/$openTag.*$closeTag/New/g; print "The new line is:: $_ \n";

Need Help with Regular expression

2004-10-06 Thread Anish Kumar K.
Question- Iwanted to print the pattern say topColor,1x1_image. and if there are two variables in a single line it should print both...Is that possble to take the regular expression. Thanks Anish

How to track the success of insert

2004-09-29 Thread Anish Kumar K.
Hi I was trying out some practice examples with DBI and CGI and kind of stuck while doing a comparison That is if I could insert successfully into a databse a script window shld come "Success". but when the insert fails a window shld come saying "Can;t insert ".. How will I track if the inse

Can't connect to PG

2004-09-20 Thread Anish Kumar K.
put DBI->connect(testdb) failed: ERROR: Missing '=' after 'testdb' in conninfo at chkdbi.pl line 5 Cannot connect to testdb Thanks Anish

Need Help regarding training centres in INDIA

2004-09-17 Thread Anish Kumar K.
Hi This is regarding PERL training centres in INDIA. Please let me know about this. Thanks Anish -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: SMTP Module

2004-09-16 Thread Anish Kumar K.
work in the ACTIVE PERL on windows.. So my question is whether I need to install SMTP module for windows. if so where will I get... - Original Message - From: "Chris Devers" <[EMAIL PROTECTED]> To: "Anish Kumar K." <[EMAIL PROTECTED]> Cc: "beg

Re: SMTP Module

2004-09-16 Thread Anish Kumar K.
server at smtp.pl line 7. Thanks Anish - Original Message - From: "Chris Devers" <[EMAIL PROTECTED]> To: "Anish Kumar K." <[EMAIL PROTECTED]> Cc: "beginners perl" <[EMAIL PROTECTED]> Sent: Thursday, September 16, 2004 6:16 PM Subject: Re: SMT

SMTP Module

2004-09-16 Thread Anish Kumar K.
The SMTP Pgms are not working on my windows environment. I am using Active PERL 5.8. please let me know whether I need to install SMTP module, if so where I can find the module for windows. Do I need to have SMTP server also.. Anish

Time Skip

2004-09-16 Thread Anish Kumar K.
$filename = "data_logfile" .(localtime). ".txt"; open(LOG, ">>$filename") || die "cannot append: $!"; when I compile the file is says "Invalid argument". This is because of the colon character. Suppose after one activity I want to update the log activities in one file say data_logfileTIME.txt

SMTP

2004-09-13 Thread Anish Kumar K.
HI I am using Active PERL for WINDOWS. How will I know SMTP is Installed on the system...Can you suggest a small program for SMTP Anish

how to skip new line character

2004-09-08 Thread Anish Kumar K.
my @file = ; when I print the file, I could see $file[2] and $file[4] has only new line character... So while I store in the array I should skip this character..I tried chop and chomp..Not effective Thanks Anish

Hi

2004-09-03 Thread Anish Kumar K.
Hi I am Beginner in perl..Can any one sugges some sample programs of PERL where I can build the skills. Please let me know at the earliest. Thanks Anish

Perl compiled or interpreted?

2004-08-13 Thread Anish Mehta
Hello !, I have some doubts on whether perl is compiled or interpreted. Can someone explain what are the files generated when we run a perl program. I mean if it is both compiled and interpreted then what is the process. Your suggestions are welcomed. Thanks in advance. Rgds, A+ -- To unsubscri

perl-DBD-mysql for perl 5.8.1

2004-07-25 Thread Anish Mehta
Hello! Can someone tell me which perl-DBD-mysql version is compatible with perl 5.8.1. I have tried with some rpms which requires 5.6.1 and copies the files in that directory. If i use it with 5.8.1 then it no more works. Ur suggestions are welcome. Thanks in advance. Regards, A+ -- To unsubscri

Re: perl POE

2004-07-13 Thread Anish Mehta
Ricardo SIGNES wrote: * Anish Mehta <[EMAIL PROTECTED]> [2004-07-07T04:49:30] Does anyone knows about some good links on PERL POE, how it allows Perl code to make asynchronous, non-blocking I/O calls and handle those I/O calls on the basis of Event Driven model and Event

Re: memory allocation in perl

2004-07-13 Thread Anish Mehta
You'll need to be more specific. There is no explicit memory allocation in perl (well, actually, you can treat a string as a chunk of memory). What exactly do you want to know? Randy. I want to whether we have some sort of allocation method as we have in C where we have memory allocated from h

memory allocation in perl

2004-07-12 Thread Anish Mehta
Hello Everyone! I would like to have your consideration regarding my query. I want to know about the memory allocation of variables in perl.. Thanks in advance. Regards, A+ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

perl POE

2004-07-07 Thread Anish Mehta
Hello Everyone, Does anyone knows about some good links on PERL POE, how it allows Perl code to make asynchronous, non-blocking I/O calls and handle those I/O calls on the basis of Event Driven model and Event Queues. Waiting for your suggestions. Thanks & Regards, A+ -- To unsubscribe, e-mail: [EM

Storable Problem

2004-06-08 Thread Anish Mehta
Hello Everyone, I have a problem is getting some data from database. I am getting the error like this: Storable binary image v2.6 more recent than I am (v2.4) at blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/thaw.al) line 342, Can someone tell me what is the error and some sugges

perl decompress

2004-06-02 Thread Anish Mehta
the table and then store this data in some text file. I would appreciate your suggestions regarding this. Waiting for your responses. Thanks & regards Anish -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/

  1   2   >