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 to share photos of your group with the world? 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 25904 - 25934 of 26718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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...
Offline 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
25910
Hi Guys, I have recently started working with multiple (child ) processes. I have the following code which is not returning any error: Please see below where...
Santosh Sugur
santosh_sugur
Offline Send Email
Dec 4, 2007
4:40 pm
25911
I could get this working by removing the 'or' in sysopen(FILE, "$data_loc/$file", O_RDWR) or die "Can't open $data_loc/$file: $!\nFAIL \n", exit (1); and...
Santosh Sugur
santosh_sugur
Offline Send Email
Dec 5, 2007
1:22 pm
25912
Real job at home for IT (programmer, webmaster, webdesign, webpromotion, translator, copywriting and etc). 1000 more project can you follow but you must have...
s4ds1s1
Offline Send Email
Dec 8, 2007
6:48 pm
25913
I'm not sure if this is redundant but I can tell you that I've had lots of luck using WinSCP. It can use the secure FTP protocol and uses Putty as the SSH. ...
Amar Subramanian
amarsub
Offline Send Email
Dec 9, 2007
5:36 am
25914
Hello, I am a newbie to perl. I am getting data from an arg with multiple blocks of data. for example, a variable named, $abendstatus, will have a value of ...
cside30
Offline Send Email
Dec 12, 2007
10:02 pm
25915
... cside30> Hello, cside30> I am a newbie to perl. cside30> I am getting data from an arg with multiple blocks of data. cside30> for example, a variable...
merlyn@...
merlynstoneh...
Offline Send Email
Dec 12, 2007
10:20 pm
25916
WOW... Thanks... Can you recommend a book or an online book where I can educate myself more on that command?? I was looking online on Perl.org is that a good ...
cside30
Offline Send Email
Dec 12, 2007
10:28 pm
25917
... cside30> Can you recommend a book or an online book where I can educate myself cside30> more on that command?? I was looking online on Perl.org is that a...
merlyn@...
merlynstoneh...
Offline Send Email
Dec 13, 2007
3:51 am
25918
I'm looking for a perl regex that matches all strings except those beginning with a particular substring. Let's suppose the substring is "/debian", then...
Klaas Gadeyne
klaas.gadeyne@...
Send Email
Dec 13, 2007
4:56 pm
25919
... Klaas> Let's suppose the substring is "/debian", then following strings won't match: Klaas> /debian/dists/etch/Release Klaas> /debian/db/packages.db Klaas>...
merlyn@...
merlynstoneh...
Offline Send Email
Dec 13, 2007
6:37 pm
25920
... Something like this will work: if ($string =~ m{^(?!/debian)}) { print "[$string] does not begin with '/debian'\n"; } ... The problem is that your regex...
Jeff Pinyan
evilffej
Offline Send Email
Dec 13, 2007
6:40 pm
25921
I am new to this language and I am following an example in a book $pmt=<STDIN> and it doesn't seem to stop to allow me to input an amount from the keyboard Any...
Ken
olets3
Offline Send Email
Dec 13, 2007
7:16 pm
25922
Hello! I have to copy some images on my Windows system with Perl. I use the following script to do so: $in_ = "original.gif" ; open (IN,"$in_") ; @fichier=<IN>...
Gilles Beauregard
balour_2000
Offline Send Email
Dec 14, 2007
5:50 pm
25923
use File::Copy or try to binmode(FILE_HANDLE) This function puts FILE_HANDLE into a binary mode. http://www.schogini.com/articles/File-Functions.html ... -- If...
jabir ahmed
jabirahmed
Online Now Send Email
Dec 14, 2007
6:22 pm
25924
... [...] ... Well, AFAIK mod_alias (which provides RedirectMatch) doesn't, but mod_rewrite does. I'm not sure if this is the best possible option, but ...
klaas.gadeyne@...
klaas007be
Offline Send Email
Dec 17, 2007
4:05 pm
25925
if you want, you can download from http:\\students.sabanciuniv.edu\~borauyar\perl\perlbooks.zip ... [Non-text portions of this message have been removed]...
Bora Uyar
borauyar2003
Offline Send Email
Dec 17, 2007
4:05 pm
25926
... Bora> if you want, you can download from Bora> http:\\students.sabanciuniv.edu\~borauyar [REDACTED] First, that's not a real URL. Your slashes are leaning...
merlyn@...
merlynstoneh...
Offline Send Email
Dec 17, 2007
4:34 pm
25927
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 24, 2007
6:50 am
25928
Real job at home for IT (programmer, webmaster, webdesigner, webpromotion,graphic design, translator, copywriter and etc). Much project can you follow but you...
adsis kami
s4ds1s1
Offline Send Email
Dec 25, 2007
8:39 pm
25929
I'm trying to install Perl SSH on a HP 32 bit system with OS B.11.11 U 9000/800. When I do a "make test" after compiling I get following error. # make test rm...
Dukelow, Don
dondukelow
Offline Send Email
Jan 2, 2008
5:27 pm
25931
I'm doing my @lb10 = qw/lb10 lb20 lb30/; my @lb21 = qw/lb21 lb31 lb11/; my @lb32 = qw/lb32 lb12 lb22/; my @arrList = qw/@vmcdlb10 @vmcdlb21 @vmcdlb32/; &main...
Dukelow, Don
dondukelow
Offline Send Email
Jan 8, 2008
4:01 pm
25932
... Hash: SHA1 ... There's your trouble. The "qw" operator is interpreting those variable names as strings which is not what I understand you wanting to do. ...
Peter L. Berghold
blue_cowdawg
Offline Send Email
Jan 8, 2008
4:07 pm
25933
Thank you that helped but I also had to add a index for the sub array like. print "$arrList->[$x][1]\n"; I can live with this thanks again. ... Don Dukelow HP...
Dukelow, Don
dondukelow
Offline Send Email
Jan 8, 2008
4:23 pm
25934
Can anyone (hopefully) tell me why this doesn't work? All it *should* do is output the contents of the CRL. ... #!/usr/bin/perl -w use Convert::ASN1; use...
Ward.P.Fontenot@...
Send Email
Jan 8, 2008
4:46 pm
Messages 25904 - 25934 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