freelanceprogrammers.org Forum Index » Perl

query


View user's profile Post To page top
premrajan_18 Posted: Sat Jun 17, 2006 2:52 pm


Joined: 09 Dec 2006

Posts: 9
query
iam a beginner in perl ,can anyone suggest r can anyone give the notes
regarding perl language
Reply with quote
Send private message
View user's profile Post To page top
nottherat Posted: Sun Jun 18, 2006 8:26 am


Joined: 03 Jul 2005

Posts: 15
query
kalaivani wrote:

: iam a beginner in perl ,can anyone suggest r can anyone give the notes
: regarding perl language

Have you installed perl locally?

Which platform (nix, windows, etc.) are you using?


Charles K. Clarkson
--
Mobile Homes Specialist
Free Market Advocate
Web Programmer

254 968-8328

Don`t tread on my bandwidth. Trim your posts.
Reply with quote
Send private message
View user's profile Post To page top
download_vb Posted: Sun Jun 18, 2006 10:22 pm


Joined: 18 Jun 2006

Posts: 1
query
hi all,

here i am doing a perl program where in, it should open the mentioned URL
automatically and read the output which is of two lines in HTML and send a mail
if those two lines doesnt occur.
also look in to it
Have your scripts modified to read following from a config file.

Web link to be monitored.
Correct response expected from the web link.
If any discrepancy, then email addresses to be notified.
also it is to be noted to send emails only if there is a problem. look in to
it using PERL modules but not LYNX or any other commands.

if anyone have the answer please help me out :)




VIJAY BHARATH



---------------------------------
Ring`em or ping`em. Make PC-to-phone calls as low as 1¢/min with Yahoo!
Messenger with Voice.

[Non-text portions of this message have been removed]
Reply with quote
Send private message
View user's profile Post To page top
bhupal78999 Posted: Mon Jun 19, 2006 10:39 am


Joined: 06 Jun 2006

Posts: 5
query
Hi,
if u want notes abt perl language .....then visit this link

http://www.webbasedprogramming.com/Teach-Yourself-Perl-5-in-21-Days/ch5.htm

Regards
Ramesh


--- In Perl_Official@yahoogroups.com, "kalaivani" <premrajan_18@...>
wrote:
>
> iam a beginner in perl ,can anyone suggest r can anyone give the notes
> regarding perl language
>
Reply with quote
Send private message
View user's profile Post To page top
mimalyadri Posted: Mon Jun 19, 2006 10:50 am


Joined: 06 Jun 2006

Posts: 3
query
Dear Premrajan,,

Begining perl is good book to learn perl, visit

http://learn.perl.org/library/beginning_perl/

and then practice..
Good Luck
--
Malyadri Beegala
Software Developer,
Larsen & Toubro Infotech Limited.
malyadri.beegala@...
IM: bmalyadri (AIM)
https://www.linkedin.com/in/malyadri
Chennai- 600 089
mobile: 919884770738



On 6/17/06, kalaivani <premrajan_18@...> wrote:
>
> iam a beginner in perl ,can anyone suggest r can anyone give the notes
> regarding perl language
>
>
>


[Non-text portions of this message have been removed]
Reply with quote
Send private message
View user's profile Post To page top
premrajan_18 Posted: Fri Jun 23, 2006 1:04 pm


Joined: 09 Dec 2006

Posts: 9
query
iam using windows ,moreover i hd installed it
kalaivani
premrajan_18@...

"Charles K. Clarkson" <cclarkson@...> wrote:
kalaivani wrote:

: iam a beginner in perl ,can anyone suggest r can anyone give the notes
: regarding perl language

Have you installed perl locally?

Which platform (nix, windows, etc.) are you using?

Charles K. Clarkson
--
Mobile Homes Specialist
Free Market Advocate
Web Programmer

254 968-8328

Don`t tread on my bandwidth. Trim your posts.






---------------------------------
How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.

[Non-text portions of this message have been removed]
Reply with quote
Send private message
View user's profile Post To page top
premrajan_18 Posted: Fri Jun 23, 2006 1:04 pm


Joined: 09 Dec 2006

Posts: 9
query
iam using windows ,moreover i hd installed it
kalaivani
premrajan_18@...

"Charles K. Clarkson" <cclarkson@...> wrote:
kalaivani wrote:

: iam a beginner in perl ,can anyone suggest r can anyone give the notes
: regarding perl language

Have you installed perl locally?

Which platform (nix, windows, etc.) are you using?

Charles K. Clarkson
--
Mobile Homes Specialist
Free Market Advocate
Web Programmer

254 968-8328

Don`t tread on my bandwidth. Trim your posts.






---------------------------------
How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.

[Non-text portions of this message have been removed]
Reply with quote
Send private message
View user's profile Post To page top
nottherat Posted: Fri Jun 23, 2006 8:46 pm


Joined: 03 Jul 2005

Posts: 15
query
kalai vani wrote:

: iam using windows ,moreover i hd installed it

I`m not sure what an hd install is, but if you installed
ActivePerl then all the documentation is in HTML files on
your disk. Try opening a browser window and pasting the
following uri in the address bar. You may need to change
the drive letter.

file:///C:/Perl/html/index.html


HTH,

Charles K. Clarkson
--
Mobile Homes Specialist
Free Market Advocate
Web Programmer

254 968-8328

Don`t tread on my bandwidth. Trim your posts.
Reply with quote
Send private message
View user's profile Post To page top
premrajan_18 Posted: Sat Dec 09, 2006 5:11 pm


Joined: 09 Dec 2006

Posts: 9
query
tell me hw to save the contents of the running program ,is thr any
commands in perl ,i hv tried using the command "system",but iam able to
store only the output of the program ,but ia want to store the entire
content that appears in exectuable window.
regards
kalaivani
Reply with quote
Send private message
View user's profile Post To page top
premrajan_18 Posted: Mon Dec 18, 2006 5:25 pm


Joined: 09 Dec 2006

Posts: 9
query
is thr any function in perl to display system time.
regards
kalaivani
Reply with quote
Send private message
View user's profile Post To page top
ejaincom Posted: Mon Dec 18, 2006 11:25 pm


Joined: 18 Mar 2005

Posts: 21
query
I think localtime does so, you may also try DateTime on CPAN
http://search.cpan.org/~drolsky/DateTime-0.35/lib/DateTime.pm
If this solves the problem do reply else clarify your problem,
Thanks,
Abhishek jain

----- Original Message ----
From: kalaivani <premrajan_18@...>
To: Perl_Official@yahoogroups.com
Sent: Monday, December 18, 2006 4:55:14 PM
Subject: [Perl] query













is thr any function in perl to display system time.

regards

kalaivani














<!--

#ygrp-mlmsg {font-size:13px;font-family:arial,helvetica,clean,sans-serif;}
#ygrp-mlmsg table {font-size:inherit;font:100%;}
#ygrp-mlmsg select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
#ygrp-mlmsg pre, code {font:115% monospace;}
#ygrp-mlmsg * {line-height:1.22em;}
#ygrp-text{
font-family:Georgia;
}
#ygrp-text p{
margin:0 0 1em 0;
}
#ygrp-tpmsgs{
font-family:Arial;
clear:both;
}
#ygrp-vitnav{
padding-top:10px;
font-family:Verdana;
font-size:77%;
margin:0;
}
#ygrp-vitnav a{
padding:0 1px;
}
#ygrp-actbar{
clear:both;
margin:25px 0;
white-space:nowrap;
color:#666;
text-align:right;
}
#ygrp-actbar .left{
float:left;
white-space:nowrap;
}
.bld{font-weight:bold;}
#ygrp-grft{
font-family:Verdana;
font-size:77%;
padding:15px 0;
}
#ygrp-ft{
font-family:verdana;
font-size:77%;
border-top:1px solid #666;
padding:5px 0;
}
#ygrp-mlmsg #logo{
padding-bottom:10px;
}

#ygrp-vital{
background-color:#e0ecee;
margin-bottom:20px;
padding:2px 0 8px 8px;
}
#ygrp-vital #vithd{
font-size:77%;
font-family:Verdana;
font-weight:bold;
color:#333;
text-transform:uppercase;
}
#ygrp-vital ul{
padding:0;
margin:2px 0;
}
#ygrp-vital ul li{
list-style-type:none;
clear:both;
border:1px solid #e0ecee;
}
#ygrp-vital ul li .ct{
font-weight:bold;
color:#ff7900;
float:right;
width:2em;
text-align:right;
padding-right:.5em;
}
#ygrp-vital ul li .cat{
font-weight:bold;
}
#ygrp-vital a {
text-decoration:none;
}

#ygrp-vital a:hover{
text-decoration:underline;
}

#ygrp-sponsor #hd{
color:#999;
font-size:77%;
}
#ygrp-sponsor #ov{
padding:6px 13px;
background-color:#e0ecee;
margin-bottom:20px;
}
#ygrp-sponsor #ov ul{
padding:0 0 0 8px;
margin:0;
}
#ygrp-sponsor #ov li{
list-style-type:square;
padding:6px 0;
font-size:77%;
}
#ygrp-sponsor #ov li a{
text-decoration:none;
font-size:130%;
}
#ygrp-sponsor #nc {
background-color:#eee;
margin-bottom:20px;
padding:0 8px;
}
#ygrp-sponsor .ad{
padding:8px 0;
}
#ygrp-sponsor .ad #hd1{
font-family:Arial;
font-weight:bold;
color:#628c2a;
font-size:100%;
line-height:122%;
}
#ygrp-sponsor .ad a{
text-decoration:none;
}
#ygrp-sponsor .ad a:hover{
text-decoration:underline;
}
#ygrp-sponsor .ad p{
margin:0;
}
o {font-size:0;}
.MsoNormal {
margin:0 0 0 0;
}
#ygrp-text tt{
font-size:120%;
}
blockquote{margin:0 0 0 4px;}
.replbq {margin:4;}
-->







__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

[Non-text portions of this message have been removed]
Reply with quote
Send private message
View user's profile Post To page top
premrajan_18 Posted: Wed Dec 20, 2006 5:19 pm


Joined: 09 Dec 2006

Posts: 9
query
i hv used local time function itself.it worked.thank u frnd
regards
kalaivani
abhishek jain <ejaincom@...> wrote:
I think localtime does so, you may also try DateTime on CPAN
http://search.cpan.org/~drolsky/DateTime-0.35/lib/DateTime.pm
If this solves the problem do reply else clarify your problem,
Thanks,
Abhishek jain

----- Original Message ----
From: kalaivani <premrajan_18@...>
To: Perl_Official@yahoogroups.com
Sent: Monday, December 18, 2006 4:55:14 PM
Subject: [Perl] query

is thr any function in perl to display system time.

regards

kalaivani

<!--

#ygrp-mlmsg {font-size:13px;font-family:arial,helvetica,clean,sans-serif;}
#ygrp-mlmsg table {font-size:inherit;font:100%;}
#ygrp-mlmsg select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
#ygrp-mlmsg pre, code {font:115% monospace;}
#ygrp-mlmsg * {line-height:1.22em;}
#ygrp-text{
font-family:Georgia;
}
#ygrp-text p{
margin:0 0 1em 0;
}
#ygrp-tpmsgs{
font-family:Arial;
clear:both;
}
#ygrp-vitnav{
padding-top:10px;
font-family:Verdana;
font-size:77%;
margin:0;
}
#ygrp-vitnav a{
padding:0 1px;
}
#ygrp-actbar{
clear:both;
margin:25px 0;
white-space:nowrap;
color:#666;
text-align:right;
}
#ygrp-actbar .left{
float:left;
white-space:nowrap;
}
.bld{font-weight:bold;}
#ygrp-grft{
font-family:Verdana;
font-size:77%;
padding:15px 0;
}
#ygrp-ft{
font-family:verdana;
font-size:77%;
border-top:1px solid #666;
padding:5px 0;
}
#ygrp-mlmsg #logo{
padding-bottom:10px;
}

#ygrp-vital{
background-color:#e0ecee;
margin-bottom:20px;
padding:2px 0 8px 8px;
}
#ygrp-vital #vithd{
font-size:77%;
font-family:Verdana;
font-weight:bold;
color:#333;
text-transform:uppercase;
}
#ygrp-vital ul{
padding:0;
margin:2px 0;
}
#ygrp-vital ul li{
list-style-type:none;
clear:both;
border:1px solid #e0ecee;
}
#ygrp-vital ul li .ct{
font-weight:bold;
color:#ff7900;
float:right;
width:2em;
text-align:right;
padding-right:.5em;
}
#ygrp-vital ul li .cat{
font-weight:bold;
}
#ygrp-vital a {
text-decoration:none;
}

#ygrp-vital a:hover{
text-decoration:underline;
}

#ygrp-sponsor #hd{
color:#999;
font-size:77%;
}
#ygrp-sponsor #ov{
padding:6px 13px;
background-color:#e0ecee;
margin-bottom:20px;
}
#ygrp-sponsor #ov ul{
padding:0 0 0 8px;
margin:0;
}
#ygrp-sponsor #ov li{
list-style-type:square;
padding:6px 0;
font-size:77%;
}
#ygrp-sponsor #ov li a{
text-decoration:none;
font-size:130%;
}
#ygrp-sponsor #nc {
background-color:#eee;
margin-bottom:20px;
padding:0 8px;
}
#ygrp-sponsor .ad{
padding:8px 0;
}
#ygrp-sponsor .ad #hd1{
font-family:Arial;
font-weight:bold;
color:#628c2a;
font-size:100%;
line-height:122%;
}
#ygrp-sponsor .ad a{
text-decoration:none;
}
#ygrp-sponsor .ad a:hover{
text-decoration:underline;
}
#ygrp-sponsor .ad p{
margin:0;
}
o {font-size:0;}
.MsoNormal {
margin:0 0 0 0;
}
#ygrp-text tt{
font-size:120%;
}
blockquote{margin:0 0 0 4px;}
.replbq {margin:4;}
-->

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

[Non-text portions of this message have been removed]





__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

[Non-text portions of this message have been removed]
Reply with quote
Send private message
Post new topic Reply to topic
Display posts from previous:   
 

All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
China Wholesale - Electronics Products
Character Studio - Tutorials and Help