Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

perl-beginner · Perl Beginners Mailing List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3761
  • Category: Perl
  • Founded: Aug 2, 1998
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 19691 - 19722 of 27470   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
19691 Rakesh Ghumatkar,Terr...
terrafirmapune Send Email
Oct 1, 2004
7:56 am
Please do not change the subject line and reply to terrafirmapune@... Greetings! We need Perl, J2EE Programmers for our client in Pune. About the...
19692 Raymond Raj
raymond@... Send Email
Oct 1, 2004
8:26 am
$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:...
19693 daymobrew@...
daymobrew Send Email
Oct 1, 2004
10:40 am
... [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...
19694 Jonathan Chen
mrchen5 Send Email
Oct 1, 2004
11:20 am
... though? ... server... ... ssh- ... do ... You know, I actually have trouble getting RH7 through 9 to work with passwordless login. Well not actually...
19695 Ken Wolcott
ken.wolcott@... Send Email
Oct 1, 2004
3:07 pm
... 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...
19696 Jeff Eggen
jeggen@... Send Email
Oct 1, 2004
3:26 pm
... 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...
19697 Fraser Baker
fraserbaker Send Email
Oct 3, 2004
4:34 pm
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...
19698 Fraser Baker
fraserbaker Send Email
Oct 3, 2004
4:36 pm
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...
19699 Muhammad Kamran Azeem
muhammadkamr... Send Email
Oct 4, 2004
6:39 am
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...
19700 Raymond Raj
raymond@... Send Email
Oct 4, 2004
6:49 am
... From: Sathish Kumar Kuppan [mailto:ksathish@...] Sent: Monday, October 04, 2004 12:14 PM To: Raymond Raj Subject: RE: [PBML] Can String replaced...
19701 Sathish Kumar Kuppan
trust_sathish Send Email
Oct 4, 2004
6:50 am
I should be $file_input[$i] =~ s/aaa/\/\//gi ... a minor correction ... Anyhow, thanks a lot ! ======= Its pertaining to the above discussion... s /...
19702 Muhammad Kamran Azeem
muhammadkamr... Send Email
Oct 4, 2004
7:32 am
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...
19703 Sathish Kumar Kuppan
trust_sathish Send Email
Oct 4, 2004
8:34 am
is there any good site or referral to find my solution rgds, ksathish ... From: Raymond Raj [mailto:raymond@...] Sent: Monday, October 04, 2004...
19705 uublqshz Send Email Oct 5, 2004
2:03 pm
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...
19706 El Rex
perl_jam03 Send Email
Oct 5, 2004
10:38 pm
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 ...
19708 zbcfoshmdpgt Send Email Oct 10, 2004
8:41 am
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...
19709 bellendir2000 Send Email Oct 10, 2004
11:26 pm
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...
19710 cbullard
bully2020 Send Email
Oct 11, 2004
1:01 am
19711 Murugavel Ramachandran
mugal@... Send Email
Oct 11, 2004
4:33 am
Hi Bullard, Pl go through these modules to perform ur requirements. WWW::Mechanize; HTML::Tokeparser; Win32::OLE or Excell::Spreadsheet ... From: cbullard...
19712 robkmaeda Send Email Oct 11, 2004
12:36 pm
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...
19713 Paul Archer
tigger@... Send Email
Oct 11, 2004
12:42 pm
... You're not getting *anything* but a prompt? The first line should have produced output ('perl helloworld.pl&#39;) and the second one should have given you an...
19714 J.E. Cripps
cycmn@... Send Email
Oct 11, 2004
12:47 pm
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...
19715 Jenda Krynicky
jendaperl Send Email
Oct 11, 2004
3:49 pm
To: perl-beginner@yahoogroups.com From: "robkmaeda&quot; <robkmaeda@...> Subject: [PBML] Absolute beginner problem Please read...
19716 robkmaeda Send Email Oct 11, 2004
4:25 pm
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...
19717 bellendir2000 Send Email Oct 11, 2004
4:32 pm
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...
19718 Paul Archer
tigger@... Send Email
Oct 11, 2004
5:35 pm
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...
19719 robkmaeda Send Email Oct 11, 2004
5:45 pm
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...
19720 greg.hering@...
glhering Send Email
Oct 11, 2004
5:55 pm
Try 'which perl' or do 'ls /usr/bin/perl&#39;. Maybe your 'magic line' isn't really pointing to Perl... Greg ... From: robkmaeda [mailto:robkmaeda@...] ...
19721 Paul Archer
tigger@... Send Email
Oct 11, 2004
6:05 pm
19722 Stamper, Steve
sstamper49507 Send Email
Oct 11, 2004
6:45 pm
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...
Messages 19691 - 19722 of 27470   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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