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...
Show off your group to the world. Share a photo of your group with us.

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 19691 - 19722 of 26719   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19691
Please do not change the subject line and reply to terrafirmapune@... Greetings! We need Perl, J2EE Programmers for our client in Pune. About the...
Rakesh Ghumatkar,Terr...
terrafirmapune
Offline Send Email
Oct 1, 2004
7:56 am
19692
$file_input[$i] =~ s/aaa/\/\//gi; or use just like below $file_input[$i] =~ s!aaa!//!gi; for morething study perl regular expressioni quick tutorial ... From:...
Raymond Raj
raymond@...
Send Email
Oct 1, 2004
8:26 am
19693
... [Apologies for mid-posting - I'm addressing the line above] Is this suitable for a cron-job? The public keys suggestion would make this really easy - you...
daymobrew@...
daymobrew
Offline Send Email
Oct 1, 2004
10:40 am
19694
... though? ... server... ... ssh- ... do ... You know, I actually have trouble getting RH7 through 9 to work with passwordless login. Well not actually...
Jonathan Chen
mrchen5
Online Now Send Email
Oct 1, 2004
11:20 am
19695
... cat /etc/redhat-release Red Hat Linux release 9 (Shrike) /msa3530> which expect expect is /usr/bin/expect Guess you didn't install all of Red Hat. Ken...
Ken Wolcott
ken.wolcott@...
Send Email
Oct 1, 2004
3:07 pm
19696
... Are you using openssh? 1. Generate private / public keypair on source host with ssh-keygen command. 2. Copy public key to target server, put in a file...
Jeff Eggen
jeggen@...
Send Email
Oct 1, 2004
3:26 pm
19697
Hi: I am deep into building a website using PERL and need to install a graphics module called GD. The platform that GD is prepared for is unix, and I am using...
Fraser Baker
fraserbaker
Offline Send Email
Oct 3, 2004
4:34 pm
19698
Hi: I am deep into building a website using PERL and need to install a graphics module called GD. The platform that GD is prepared for is unix, and I am using...
Fraser Baker
fraserbaker
Offline Send Email
Oct 3, 2004
4:36 pm
19699
Hello, I am facing a strange problem. First the scenario. Scenario: I have a date "2004-07-30 07:30:26" and I wanted to know it's equivalent epoch. I used the...
Muhammad Kamran Azeem
muhammadkamr...
Offline Send Email
Oct 4, 2004
6:39 am
19700
... From: Sathish Kumar Kuppan [mailto:ksathish@...] Sent: Monday, October 04, 2004 12:14 PM To: Raymond Raj Subject: RE: [PBML] Can String replaced...
Raymond Raj
raymond@...
Send Email
Oct 4, 2004
6:49 am
19701
I should be $file_input[$i] =~ s/aaa/\/\//gi ... a minor correction ... Anyhow, thanks a lot ! ======= Its pertaining to the above discussion... s /...
Sathish Kumar Kuppan
trust_sathish
Offline Send Email
Oct 4, 2004
6:50 am
19702
Hello all, I submitted some detail of my problem in the previous message posted few minutes ago. If I may put the epoch results of my code in a tabular fashion...
Muhammad Kamran Azeem
muhammadkamr...
Offline Send Email
Oct 4, 2004
7:32 am
19703
is there any good site or referral to find my solution rgds, ksathish ... From: Raymond Raj [mailto:raymond@...] Sent: Monday, October 04, 2004...
Sathish Kumar Kuppan
trust_sathish
Offline Send Email
Oct 4, 2004
8:34 am
19705
Re-finance now, even with bad-credit! *Best Re-finance Rate for credit challenged. *Best Customer Service *Lowest Interest-Rates in Years *SAVE $100-$400 per...
uublqshz
Offline Send Email
Oct 5, 2004
2:03 pm
19706
You'd better work using GD's implementation for Perl, GD.pm by Lincoln Stein (http://search.cpan.org/~lds/GD-2.16/GD.pm), or GD::Graph by Martien Verbruggen ...
El Rex
perl_jam03
Offline Send Email
Oct 5, 2004
10:38 pm
19708
We will provide loans to anyone. If you are self employed, we will find the proper financing. We specialize in high risk loans. If you have ever been turned...
zbcfoshmdpgt
Offline Send Email
Oct 10, 2004
8:41 am
19709
Does anyone know how to export displayed data in an HTML table on a web page to Excel or Word? The data in the html table comes from a web database...
bellendir2000
Offline Send Email
Oct 10, 2004
11:26 pm
19710 cbullard
bully2020
Offline Send Email
Oct 11, 2004
1:01 am
19711
Hi Bullard, Pl go through these modules to perform ur requirements. WWW::Mechanize; HTML::Tokeparser; Win32::OLE or Excell::Spreadsheet ... From: cbullard...
Murugavel Ramachandran
mugal@...
Send Email
Oct 11, 2004
4:33 am
19712
I just picked up a book on Perl (Beginning Perl -Simon Cozens). I have been reading it for a few days and just started trying the examples. My problem is...
robkmaeda
Offline Send Email
Oct 11, 2004
12:36 pm
19713
... You're not getting *anything* but a prompt? The first line should have produced output ('perl helloworld.pl') and the second one should have given you an...
Paul Archer
tigger@...
Send Email
Oct 11, 2004
12:42 pm
19714
Hi Rob! ... never too soon to start using the strict pragma, i.e. another line: use strict; but that could not be your problem ... this should work ... this...
J.E. Cripps
cycmn@...
Send Email
Oct 11, 2004
12:47 pm
19715
To: perl-beginner@yahoogroups.com From: "robkmaeda" <robkmaeda@...> Subject: [PBML] Absolute beginner problem Please read...
Jenda Krynicky
jendaperl
Offline Send Email
Oct 11, 2004
3:49 pm
19716
Hello, Thanks for the responses (at least some of them). I have tried typing in the following in Unix: % perl –e 'print "hello world\n"' From this line I get...
robkmaeda
Offline Send Email
Oct 11, 2004
4:25 pm
19717
Thank you C. Bullard and Murugavel, but I am very beginner in Perl. Would you mind elaborating on your answers? I've tried to look them up see what you mean...
bellendir2000
Offline Send Email
Oct 11, 2004
4:32 pm
19718
Try just running: perl -v or perl -V and see if you get anything from that. If not, are you getting output from other commands (if you run an 'ls', for...
Paul Archer
tigger@...
Send Email
Oct 11, 2004
5:35 pm
19719
perl -v and -V both give the perl version and copyright info in different degrees of detail. Normal Unix commands like ls work as expected too. I tried...
robkmaeda
Offline Send Email
Oct 11, 2004
5:45 pm
19720
Try 'which perl' or do 'ls /usr/bin/perl'. Maybe your 'magic line' isn't really pointing to Perl... Greg ... From: robkmaeda [mailto:robkmaeda@...] ...
greg.hering@...
glhering
Offline Send Email
Oct 11, 2004
5:55 pm
19721 Paul Archer
tigger@...
Send Email
Oct 11, 2004
6:05 pm
19722
I come from the old days of writing PCL printer driver codes into the program. Things like "\e(s5B" to turn on bold. I've recently realized that there must...
Stamper, Steve
sstamper49507
Offline Send Email
Oct 11, 2004
6:45 pm
Messages 19691 - 19722 of 26719   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