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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 25877 - 25909 of 26718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25877
I have a program that will require a file to be sourced in to set variables unique to that server. The file will only have variable names and there value in...
Dukelow, Don
dondukelow
Offline Send Email
Nov 1, 2007
7:26 pm
25878
... Dukelow,> I have a program that will require a file to be sourced in to set Dukelow,> variables unique to that server. The file will only have variable...
merlyn@...
merlynstoneh...
Online Now Send Email
Nov 1, 2007
8:17 pm
25882
Hi ALL, I want to give the input for the system command while running the command from the Perl script . Example: ==================================== $...
gopi ramya
gopi_nath28
Offline Send Email
Nov 15, 2007
12:45 pm
25883
... gopi> Hi ALL, gopi> I want to give the input for the system command while gopi> running the command from the Perl script . gopi> Example: gopi>...
merlyn@...
merlynstoneh...
Online Now Send Email
Nov 15, 2007
1:18 pm
25884
Looking for help from anyone with mod_perl experience - I have been caught by a classic newbie gotcha... I think. Running Activestate Perl v5.8.8 for MSWin32,...
hooyar66
Offline Send Email
Nov 20, 2007
6:30 pm
25885
Hi all, I am trying to set permissions for a folder for a group of users. But I am not able to set it. It would be helpful if anybody suggest me in this...
Vijaya Kumar
mp_vijayakumar
Offline Send Email
Nov 22, 2007
6:46 am
25886
... Vijaya> I am trying to set permissions for a folder for a group of users. But I Vijaya> am not able to set it. It would be helpful if anybody suggest me in...
merlyn@...
merlynstoneh...
Online Now Send Email
Nov 22, 2007
1:43 pm
25887
Hi Folks, My aim is to perform simultaneous operations (namely write) on files in a filesystem and so am using threads to accomplish this. I have never used...
Santosh Sugur
santosh_sugur
Offline Send Email
Nov 23, 2007
3:40 pm
25888
Why Threads? Is this Windows? On Unix, it's better to fork. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 ...
merlyn@...
merlynstoneh...
Online Now Send Email
Nov 23, 2007
3:52 pm
25889
This is actually to see how our filesystem would respond to multiple thread access and it should behave like linux's fs, so I am checking my script on linux...
Santosh Sugur
santosh_sugur
Offline Send Email
Nov 23, 2007
4:09 pm
25890
... Santosh> This is actually to see how our filesystem would respond to multiple Santosh> thread access and it should behave like linux's fs, so I am checking...
merlyn@...
merlynstoneh...
Online Now Send Email
Nov 23, 2007
4:12 pm
25891
So we always use multiple processes as opposed to multiple threads while using perl on unix is it? That means threads in Perl is only for windows and is a...
Santosh Sugur
santosh_sugur
Offline Send Email
Nov 23, 2007
4:20 pm
25892
... Santosh> So we always use multiple processes as opposed to multiple threads Santosh> while using perl on unix is it? That means threads in Perl is only for...
merlyn@...
merlynstoneh...
Online Now Send Email
Nov 23, 2007
4:22 pm
25893
Thanks. I shall check this code on windows (for educational reasons) and come back of I have problems. regards, Santosh...
Santosh Sugur
santosh_sugur
Offline Send Email
Nov 23, 2007
4:27 pm
25894
Hi, I know this isn't strictly a Perl problem but it is in a Perl script so I thought I would ask anyway. On my site I have a simple flat file database. Each...
Andy Schafer
lostgameparts
Offline Send Email
Nov 24, 2007
2:34 am
25895
From: "Andy Schafer" <lostgameparts@...> ... Escape! use HTML::Entities; #... print qq{<intput type="text" name="whatever" value="} . ...
Jenda Krynicky
jendaperl
Offline Send Email
Nov 24, 2007
4:55 pm
25896
Now, you can talk to your friends at ibibo for free! Make new friends Hear their voice No STD or local call charges. No charges. Period. Call for free without...
priya jain
priya4html
Offline Send Email
Nov 25, 2007
4:26 am
25897
... Andy> The problem I have is this. I have a Perl script that allows me to Andy> edit a database entry. It gives me a form with a text box for each of Andy>...
merlyn@...
merlynstoneh...
Online Now Send Email
Nov 25, 2007
1:30 pm
25898
Hey Jenda, Thank you so much for your input. I used the solution below that you gave and it works great!! I am very greatful! ... Thank you to all of you who...
Andy Schafer
lostgameparts
Offline Send Email
Nov 25, 2007
6:31 pm
25899
Hello, I've just finished my first PERL script, one of many to come I hope, and was hoping that someone could look at it and give me some feedback on its...
Bruce Henderson
BHenderson@...
Send Email
Nov 29, 2007
4:59 pm
25900
From: "Bruce Henderson" <BHenderson@...> ... use strict; use warnings; # no warnings 'uninitialized'; # I personaly find this particular warning...
Jenda Krynicky
jendaperl
Offline Send Email
Nov 29, 2007
6:09 pm
25901
... Bruce> I've just finished my first PERL script, By the way, there's no such thing as "PERL", unless you're talking about "Protecting Escarpment Rural...
merlyn@...
merlynstoneh...
Online Now Send Email
Nov 29, 2007
9:34 pm
25902
Hi Bruce, Congrats on taking the first step One of the important things that we've found is also check for the errmsg. The TFTP server Might not always be...
JC
jchaser
Offline Send Email
Nov 29, 2007
9:50 pm
25903
Hello All, With a growing demand for Perl automation ,we are pleased to announce a new weekend batch of "Perl Automation" for students & Professionals. Course...
concepts_systems
concepts_sys...
Offline Send Email
Dec 1, 2007
7:16 am
25904
From: "concepts_systems" <concepts_systems@...> ... Spaces belong after the commas, not before. And professionals, no matter how great, are...
Jenda Krynicky
jendaperl
Offline Send Email
Dec 1, 2007
6:37 pm
25905
... Jenda> I wonder what do you teach in that introduction. There's "Perl" - the Jenda> language and "perl" - the executable, but there is no such thing as ...
merlyn@...
merlynstoneh...
Online Now Send Email
Dec 1, 2007
7:17 pm
25906
Hello All, I'm looking for a module that can do the same job as 'cp -r' in Linux. Right now, I'm using "File::Copy" to copy individual files and qx(cp -r...
Emen Zhao
emenzhaowork@...
Send Email
Dec 3, 2007
9:16 am
25907
... I suggest File::Copy::Recursive as the solution to your problem. -- [Mary said,] "Do whatever he tells you." ~ John 2:5...
Jeff Pinyan
evilffej
Offline Send Email
Dec 3, 2007
1:17 pm
25908
Hello! I have been reviewing over several google searches and the use of SSH and SFTP on Windows XP to a Unix box does not look to promising. The Unix...
Fish, David
david.fish@...
Send Email
Dec 3, 2007
6:07 pm
25909
Hello Everyone! Here is an update I sent to Kamal, just an FYI to give you more information. Thanks, David Fish Senior Systems Analyst Property System...
Fish, David
david.fish@...
Send Email
Dec 3, 2007
9:04 pm
Messages 25877 - 25909 of 26718   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