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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 21903 - 21932 of 26718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21903
I use Perl/Tk. It is very well documented and runs on Linux and Win32 (Activestate). No experience with Prima. ... From: Paul Archer To:...
Ken Shail
kenshail2003
Offline Send Email
Oct 2, 2005
4:52 pm
21904
... Thanks alan and randel , now it's working perfect . you are right i don't need to remove the "." from the input file....
mostafa_3162
Offline Send Email
Oct 2, 2005
9:30 pm
21905
Hi everyone, It's been a little while since I have posted here. last time I posted I iquired about html templating. It's hard to contribute considering I don't...
chalitame
Offline Send Email
Oct 3, 2005
8:46 pm
21906
Hi, i am new to perl. I got a problem. I am writing a script to create a directory whose name will be generated in the script. for example one of the directory...
sherry_vlsi
Offline Send Email
Oct 4, 2005
3:26 am
21907
... Since you haven't provided any code it is impossible to help you. Instead of using the external 'mkdir' command (you show backticks above) use the internal...
Damien Carbery
daymobrew
Offline Send Email
Oct 4, 2005
7:19 am
21908
Hello Sherry: Try to escape the .3c like \.3c Ezra...
Ezra Taylor
ezra.taylor@...
Send Email
Oct 4, 2005
8:58 am
21909
respected sir, i am unable to download software from that page... i got all notes for perl but i am unable to work with perl so can anyone help for this perl...
vikram
vikram_iranyan
Offline Send Email
Oct 4, 2005
10:56 am
21910
... The line: print `mkdir C:/perl/$dirname` mixes two nomenclatures, MS DOS and UNIX. 'C:' is MS DOS and '/perl/' is UNIX. Try: mkdir "C:/perl/$dirname"; You...
Shawn Corey
shwncorey
Offline Send Email
Oct 4, 2005
12:29 pm
21911
... I can only assume you're talking about downloading Perl from either http://www.perl.com/ or http://www.activestate.com/. Try again. Those are the places...
Jeff 'japhy' Pinyan
evilffej
Offline Send Email
Oct 4, 2005
1:08 pm
21912
Forum communication is much easier than usergroups, so I've started a new forum not to long ago and invite all of you to join: www.wizardsolutionsusa.com...
csheppard91
Offline Send Email
Oct 4, 2005
8:32 pm
21913
Hi, thanks for the reply. But the problem is the directory name is computed in the script. It changes every time. I am extracting the directory name from a log...
sarath
sherry_vlsi
Offline Send Email
Oct 4, 2005
11:24 pm
21914
... csheppard91> Forum communication is much easier than usergroups, so csheppard91> I've started a new forum not to long ago and invite all csheppard91> of...
merlyn@...
merlynstoneh...
Online Now Send Email
Oct 4, 2005
11:25 pm
21915
... Are you running under UNIX or MS DOS? Under UNIX the only character that needs be escaped is '/'. MS DOS on the other hand has many special characters,...
Shawn Corey
shwncorey
Offline Send Email
Oct 5, 2005
12:37 am
21916
Hi, I am interested in joining this forum. Could please send me the link of the same? Thanks, Regards, Prasanna Goupal csheppard91 <csheppard91@...>...
Prasanna Goupal
perl_developer
Offline Send Email
Oct 5, 2005
7:21 am
21917
... computed ... directory name ... that ... better to ... Shawn - that substitution is a bit drastic. It will convert spaces to underscores and spaces are...
Damien Carbery
daymobrew
Offline Send Email
Oct 5, 2005
11:58 am
21918
... Prasanna> I am interested in joining this forum. Prasanna> Could please send me the link of the same? Given that the URL is *in* the message, this does not...
merlyn@...
merlynstoneh...
Online Now Send Email
Oct 5, 2005
12:26 pm
21919
... Actually that is not quite correct, there are many characters that need escaping e.g. <spaces>, ',",\,| to name a few. It would be better if you explain...
Ray Brannam
ray_brannam
Online Now Send Email
Oct 5, 2005
2:29 pm
21920
... That depends on whether you are doing in Perl or in a shell. In Perl, only '/' and '\' (I missed this one) need be escaped by placing a backslash in front...
Shawn Corey
shwncorey
Offline Send Email
Oct 5, 2005
3:35 pm
21921
Allo! I have numerous "Premature end of script headers:" for perl script. Usually, I don't have problem with the same script, but sometime, the script abort...
Gilles Beauregard
balour_2000
Offline Send Email
Oct 6, 2005
9:23 pm
21922
... What does this script do? Does it connect to a database? Is the database different (different version? larger?) on this domain? What's the code look like? ...
Paul Archer
tigger@...
Send Email
Oct 6, 2005
9:29 pm
21923
Allo! ... One of the script is a simple meter working with plain ascii files. The file a relatively small, under 10k. Other script are working with bigger...
Gilles Beauregard
balour_2000
Offline Send Email
Oct 6, 2005
9:46 pm
21924
Allo! I received the following mesage from the support: The resource limits are the the following: RLimitMEM 157286400 157286400 RLimitCPU 60 60 The server...
Gilles Beauregard
balour_2000
Offline Send Email
Oct 6, 2005
11:02 pm
21925
... Gilles> Allo! Gilles> I have numerous "Premature end of script headers:" Gilles> for perl script. Gilles> Usually, I don't have problem with the same...
merlyn@...
merlynstoneh...
Online Now Send Email
Oct 7, 2005
1:53 pm
21926
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the perl-beginner group. File :...
perl-beginner@yahoogr...
Send Email
Oct 7, 2005
2:51 pm
21927
Allo! ... It's seem to be a problem with the ressource available at the server. ... Is this limit is at the site, ID or server level? Because I have the same...
Gilles Beauregard
balour_2000
Offline Send Email
Oct 7, 2005
3:07 pm
21928
Hello All, I suppose this is a simple problem, however, I'm not able to find the right incantation to make this work Code: #!/usr/bin/perl sub try; $var1 =...
JC
jchaser
Offline Send Email
Oct 8, 2005
12:24 am
21929
... Prototypes for subroutines are not recommended unless you want to do something tricky like: sub try ($\@); # The second argument *must* be an array! ... ...
Shawn Corey
shwncorey
Offline Send Email
Oct 8, 2005
1:36 am
21930
... Always use strict and warnings. Always! "Theres" is a contraction for "there is" and is spelled "there's". The qw() operator does not need commas to...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Oct 8, 2005
2:00 am
21931
Hello I have a pretty simple problem ex: @a=qw( 1 2 3 4 5 6 7 ); $b=5; now i just want to check if the value of $b i.e 5 exists in the array @a or not Q 1) is...
jabir ahmed
jabirahmed
Offline Send Email
Oct 8, 2005
5:41 am
21932
hi all, how can i get the lines unique in file1 from two files file1 and file2 using comm function -- Best Regards, Srinivas Reddy...... [Non-text portions of...
srinivas reddy
reddysrinivas_k
Offline Send Email
Oct 8, 2005
7:27 am
Messages 21903 - 21932 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