... the code: #!/usr/bin/perl -w; use strict; my $newfilename =1000227_0000950116-05-001151.txt; print "10k file exists $newfilename92;n" gives the output: 10k...
24066
sarahjfriedman
Aug 10, 2006 4:09 am
I just bought a Mac and I'm trying to run a script I wrote on my windows machine (that worked when I ran it in dos) on unix now. I have a print statement: ...
24065
merlyn@...
merlynstoneh...
Aug 10, 2006 2:19 am
... george> Is there a way in perl to make screen text blink or appear in Red? See Color::Output (in the CPAN). -- Randal L. Schwartz - Stonehenge Consulting...
24064
george.szynal
Aug 10, 2006 2:13 am
Is there a way in perl to make screen text blink or appear in Red?...
24063
merlyn@...
merlynstoneh...
Aug 10, 2006 1:36 am
... julian> Is there is any module in perl to convert a Document file into xml file. What does that mean? You could trivially put this around your document:...
24062
julian thomas p
julianthomasp
Aug 10, 2006 1:32 am
Hi All, Is there is any module in perl to convert a Document file into xml file. Regards Julian Thomas __________________________________________________ Do...
24060
renu smitha
renu_smithaa10k
Aug 9, 2006 6:38 pm
CTS / HealthAsyst - Walk-in for Freshers Click Here !!! More Openings !!! Good Luck Note: Please forwarded to all your friends *For Unsubscribe send a mail...
24059
Rob Biedenharn
rab6687
Aug 9, 2006 4:34 pm
... Use the IO::Prompt module from CPAN. As an example: #!/usr/local/bin/perl $| = 1; use warnings; use strict; use IO::Prompt; while (my...
24058
bike2ride
gl_bike2ride
Aug 9, 2006 4:29 pm
Yes, you're right. Put the appropriate handler to do the specific task you want to do. /q/i is a regular match pattern purely looking whether a 'q' or 'Q' (the...
24057
George Szynal
george.szynal
Aug 9, 2006 4:20 pm
Thanks. So we don't have to test for the word quit, just the first character of the string? ...now what is the /i testing for? Meanwhile, I suppose I would put...
24056
bike2ride
gl_bike2ride
Aug 9, 2006 1:51 pm
one solution may be while (<STDIN>) { chomp; last if (/q/i); } regards gla...
24055
george.szynal
Aug 9, 2006 1:40 pm
I'm trying to setup a loop to wait for keyboard input. Never mind the use of labels in the pseudo-switch, I can sub those later, unless someone knows a better...
24054
alok nath
aloknathlight
Aug 9, 2006 1:13 pm
Hi, Can anybody give me a simple code snippet which writes or modifies this xml ? <my_list> <guy name="SomeGuy"> <user>Tom</user> <date-of-birth>Aug...
24053
Sujitkumar Bade
sujitkumar_fin
Aug 9, 2006 6:42 am
Hi , Need some help. I am getting following error while installing module BerkeleyDB. ... PPM interactive shell (2.2.0) - type 'help' for available commands. ...
24052
Arun Pandey
arunp@...
Aug 9, 2006 5:02 am
There is no perl date function as such, but you can take a look at modules like Date::Calc. ... From: "Gaurav Negi" <gaurav_singh_negi@...> To:...
24051
Gaurav Negi
gaurav_singh...
Aug 8, 2006 7:49 pm
Hi All, Can anyone please tell me if there is any Perl function to find number of days between two dates. e.g. I have two date variable like $date1 and $date2....
24050
Chad Perrin
perrin@...
Aug 8, 2006 7:19 pm
... Uhh . . . new? What? I'll stick to the mailing lists and PerlMonks, thanks. For most purposes, PerlMonks is *the* superior solution anyway. -- CCD...
24049
tnas
nascimentoth...
Aug 8, 2006 5:06 pm
thanks. i go test....
24048
Arun Pandey
arunp@...
Aug 8, 2006 2:47 pm
MIME::Lite should help. ... From: "tnas" <nascimentothiago@...> To: <perl-beginner@yahoogroups.com> Sent: Tuesday, August 08, 2006 7:27 PM Subject:...
24047
tnas
nascimentoth...
Aug 8, 2006 2:21 pm
Hello folks, I'm development a script that send mails automatically. I was using the Mail::Sender package, but not fuctioned. Does someone could point out a ...
24046
cratima.submit
Aug 8, 2006 1:25 pm
Hello, I am very sorry to have generated this kind of reaction. I just wanted to invite you on my forum. Sorry. Best regards, Cratima...
24045
maq sood
maq005
Aug 8, 2006 1:20 pm
I hope your "forum" vanishes soonest. lol ... why is that Cripps....? ... ^^^^ No one has problems with PERL. ... This *is* a dedicated forum. I hope your...
24044
george.szynal
Aug 8, 2006 1:16 pm
This program works great (code listed at end of this posting), but I have to feed a LISTFILE in at the command-line. I would like it to fill an array with a...
24043
merlyn@...
merlynstoneh...
Aug 8, 2006 1:13 pm
... Cratima> This is my first message on the perl-beginner@yahoogroups.com yahoo group. And your first message is *SPAM*, and unwelcome! Congratulations. -- ...
24042
J.E. Cripps
cycmn@...
Aug 8, 2006 1:11 pm
... ^^^^ No one has problems with PERL. ... This *is* a dedicated forum. I hope your "forum" vanishes soonest....
24041
george.szynal
Aug 8, 2006 1:05 pm
while (chomp (my @lines = `dir/s/b`)) { print; } Why does this code not work to make a call external to perl? Instead it fills @lines with input from the...
24040
Cratima Forums
cratima.submit
Aug 8, 2006 1:00 pm
Hello everybody, This is my first message on the perl-beginner@yahoogroups.com yahoo group. Let's suppose you have an IT-related problem: a program won't run,...
24039
kenshail2003
Aug 7, 2006 9:18 pm
... initialisation. ... empty ... key/value ... I thought that I had warnings enabled by #!/usr/bin/perl -w (I work on both windoze and Linux) But activestate...
24038
merlyn@...
merlynstoneh...
Aug 7, 2006 7:12 am
... YogS> I am new to perl & I am not from any programming or software domain. YogS> I am learning perl just because I wanted it to. YogS> Now I have reached...
24037
YogS
yogi_raj_143
Aug 7, 2006 5:53 am
Hello All, I am new to perl & I am not from any programming or software domain. I am learning perl just because I wanted it to. Now I have reached till...