Search the web
Sign In
New User? Sign Up
perl-beginner · Perl Beginners Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 22923 - 22953 of 26720   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22923
... feature and [ . . ] ... cookbook and http://search.cpan.org/~ahicox/Time-Interval-1.0.5/Interval.pod if you want to use the same module in order to get...
acummingsus
Offline Send Email
Mar 1, 2006
9:14 am
22924
I'm trying to create this structure on the fly and the structure below is just an example. I want the return value to initialize another complex hash which...
RAJESH PETHE
rpethe@...
Send Email
Mar 1, 2006
11:53 am
22925
... Thanks. For some reason, when I leave off the third argument, I get "HASH(0xa8220)" as a result. I also get the same thing if I use "0" as the third ...
Stan Horwitz
srhorwitz
Offline Send Email
Mar 1, 2006
1:37 pm
22926
Hello I have seen a lot of code on the net which has very very good internal documentation. Could anyone suggest a tool to do such documentation.. Regds Jab ...
jabir ahmed
jabirahmed
Offline Send Email
Mar 2, 2006
7:03 am
22927
... I helped Shawn off-list and got a solution. #!/usr/bin/perl -w use Time::Interval; use warnings; use strict; my $diff_time_seconds = getInterval('02/26/06...
Damien Carbery
daymobrew
Offline Send Email
Mar 2, 2006
7:57 am
22928
... wrote: [ a solution arrives ] Super! (I was a bit confused as I didn't see any code in the post of Shawn's that I received). ... -w and use warnings ? [ ....
acummingsus
Offline Send Email
Mar 2, 2006
8:31 am
22930
... jabir> I have seen a lot of code on the net which has very very good internal jabir> documentation. jabir> Could anyone suggest a tool to do such...
merlyn@...
merlynstoneh...
Offline Send Email
Mar 2, 2006
1:50 pm
22931
Hi all. I have just joined the group, my name is Eduardo Perez from Buenos Aires, Argentina. Have a good day everybody ! Now, I have a question. I am beginning...
Eduardo Adrian Perez
eapz
Offline Send Email
Mar 2, 2006
2:30 pm
22932
... Eduardo> But, how is this implemented in perl? What do you mean, "implemented"? How does the C code that makes up /usr/bin/perl do it? That's a *long*...
merlyn@...
merlynstoneh...
Offline Send Email
Mar 2, 2006
2:52 pm
22933
Hi Randal, thanks for your answer. Sorry, but english language is not my strength. reading perldoc perlsub give me the answer: ..... The return value of a...
Eduardo Adrian Perez
eapz
Offline Send Email
Mar 2, 2006
4:06 pm
22934
Can someone tell me how to parse this regular expression? <CallReceivedEvent callUuid="92b2be68-94af-11da-c59b-00e08101a72a" callerId="6304751054"...
b2174ml
Offline Send Email
Mar 3, 2006
2:36 am
22935
... b2174ml> Can someone tell me how to parse this regular expression? That's not a regular expression. That's a piece of XML. b2174ml> <CallReceivedEvent...
merlyn@...
merlynstoneh...
Offline Send Email
Mar 3, 2006
2:48 am
22936
I know this is a simple matter but it eludes me at the moment. But... How do I call one PL file from within another script? Thanks....
kiperez
conveyance
Offline Send Email
Mar 3, 2006
3:34 am
22937
given: $line = <CallReceivedEvent callUuid="92b2be68-94af-11da-c59b-00e08101a72a" callerId="6304751054" date="2006-02-03 07:21:18" id="34A3D196-441F- ...
Victor Bouffier
perl_jam03
Offline Send Email
Mar 3, 2006
4:26 am
22938
... Victor> given: Victor> $line = <CallReceivedEvent Victor> callUuid="92b2be68-94af-11da-c59b-00e08101a72a" Victor> callerId="6304751054" date="2006-02-03...
merlyn@...
merlynstoneh...
Offline Send Email
Mar 3, 2006
5:00 am
22939
Hi , I beleive what u want to know is simply how to run some .pl file from some other .pl file. The simple command is: system "./xyz.pl"; just make sure that...
Saurabh Jain
saurabh_grp
Offline Send Email
Mar 3, 2006
6:00 am
22940
Right. XML::Simple would do, I guess? Now, XML::Simple would parse all internals between the opening and closing tags, but you still need the /^<(\w+)/ regex...
Victor Bouffier
perl_jam03
Offline Send Email
Mar 3, 2006
6:47 am
22941
... kiperez> I know this is a simple matter but it eludes me at the moment. kiperez> But... kiperez> How do I call one PL file from within another script? If I...
merlyn@...
merlynstoneh...
Offline Send Email
Mar 3, 2006
1:13 pm
22942
And also if you are not capturing the return value then do not use backticks as perl does extra processing for it. Also take are a few security issues with it ...
sachin gupta
gupta_sachin17
Offline Send Email
Mar 3, 2006
2:45 pm
22943
Hello, I'm a recruiter searching for software developers with experience in Perl. Location of position is Sommerset, NJ. This position is full- time...
elizabethgreen2
Offline Send Email
Mar 3, 2006
9:11 pm
22944
... elizabethgreen2> I'm a recruiter searching for software developers with elizabethgreen2> experience in Perl. Location of position is Sommerset, NJ. ...
merlyn@...
merlynstoneh...
Offline Send Email
Mar 3, 2006
10:55 pm
22945
you can try in www.jobsahead.com and www.naukri.com. There you can find lot of perl developer resumes. otherwise post ur job to that site automatically you'll...
java jsp
javjsp
Offline Send Email
Mar 4, 2006
5:36 am
22946
Hi, I've been using TCL/TK for more than 6 years and it is more like Perl scripting. Best regards, ... ...
Manolo Marzan
vulpecula0312
Offline Send Email
Mar 4, 2006
6:16 am
22947
Hello Can anyone help me with this The user input could be /home/user/file.txt $HOME/file.txt ~/file.txt $SOMELOCATION/a.txt $APPPATH/a.conf. how could i...
jabir ahmed
jabirahmed
Offline Send Email
Mar 6, 2006
6:36 am
22948
If the user is giving inputs to the shell then you don't need to do anything. If it's giving inputs to perl then you need to access the %ENV hash that stores...
RAJESH PETHE
rpethe@...
Send Email
Mar 6, 2006
6:45 am
22949
the problem is i am not sure which env variable he would use! jab ... -- To try is to risk failure, but risk must be taken, Because the greatest Hazard in life...
jabir ahmed
jabirahmed
Offline Send Email
Mar 6, 2006
6:51 am
22950
Hi folks, I want to generate a HTML code using the package CGI.pm or HTML::EasyTags. But, my problem is following: I need to create a table whose rows are...
Thiago Nacimento Rodr...
nascimentoth...
Offline Send Email
Mar 6, 2006
7:28 pm
22951
... Thiago> I want to generate a HTML code using the package Thiago> CGI.pm or HTML::EasyTags. Thiago> But, my problem is following: I need to create a table ...
merlyn@...
merlynstoneh...
Offline Send Email
Mar 6, 2006
7:37 pm
22952
... The user is not using the shell, but providing the above examples while the perl script is running. I spoke with jab via IM and the solution was simply to...
Damien Carbery
daymobrew
Offline Send Email
Mar 6, 2006
7:45 pm
22953
... Damien> The user is not using the shell, but providing the above examples Damien> while the perl script is running. Damien> I spoke with jab via IM and the...
merlyn@...
merlynstoneh...
Offline Send Email
Mar 6, 2006
8:19 pm
Messages 22923 - 22953 of 26720   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help