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 23655 - 23684 of 26718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
23655
Hi All, Magna Infotech is a premier IT company with offices and development centers in USA, Europe and India. In India, Magna Infotech has offices in...
Nandini
magnacareer
Offline Send Email
Jun 1, 2006
11:33 am
23656
This is illegal. You cannot ask only for H-1B visa holders, you can ask for only those that are valid for work, that includes 'US Citizens'. This is a clear...
Peter Dominey
pdominey
Online Now Send Email
Jun 1, 2006
12:57 pm
23657
It's not perl, so I'll also keep it short. The poster did not ask for ONLY H-1B visa holders, they asked for (as subj line) " Very urgent req of Candidates...
Mike Southern
mikesouthern
Offline Send Email
Jun 1, 2006
1:24 pm
23658
... Mike> It's not perl, so I'll also keep it short. In any event, it's also *off topic* for a technical discussion list, so would you really want to work for...
merlyn@...
merlynstoneh...
Online Now Send Email
Jun 1, 2006
3:04 pm
23659
Greetings, Can anyone share good ways to validate whether or not all fields on a form have been completed, so that the user cannot proceed to submit a form...
essential quint
quintessential1@...
Send Email
Jun 1, 2006
10:49 pm
23660
Please note that I do NOT wish to use Javascript to do the validation. I should have made this clear when I asked the question. Am looking specifically for...
essential quint
quintessential1@...
Send Email
Jun 1, 2006
11:13 pm
23661
... A user can _always_ submit a form, with or without any field filled in. The most easiest way is: http://your_web_site?submit You should always validate any...
Mr. Shawn H. Corey
shwncorey
Offline Send Email
Jun 1, 2006
11:25 pm
23662
Dear Friends, I completed the coding of a Perl/Tk in Fedora 3. How should i proceed to give the program to its users who wants to work in other machines. For...
joshypy
Offline Send Email
Jun 2, 2006
5:52 am
23663
Dear Friends, I had written a Perl Tk Program. In which i`m performing different types of calculations by calling different subroutines. There is no problem...
joshypy
Offline Send Email
Jun 2, 2006
5:59 am
23664
... perl2exe for win32 and Linux...
Ken Shail
kenshail2003
Offline Send Email
Jun 2, 2006
6:21 am
23665
... You need to show the script or some snippets use of Yahoo! Groups is subject to the Yahoo! Terms of Service....
Ken at Home
kenshail2003
Offline Send Email
Jun 2, 2006
6:38 am
23666
Hi, I have to extract text from pdf file using perl. If anyone have any idea about this, then please reply to this mail. Also is there any unix command for the...
Prasanna Goupal
perl_developer
Offline Send Email
Jun 3, 2006
6:36 am
23667
Hi, How can i get encoding type of perticular text? eg. There is some text in a file. I have to check encoding type of that text using perl on command prompt. ...
Prasanna Goupal
perl_developer
Offline Send Email
Jun 3, 2006
6:38 am
23668
... any idea about this, then please reply to this mail. ... I had a very quick look at http://search.cpan.org (searched "pdf to text") but didn't find...
Damien Carbery
daymobrew
Offline Send Email
Jun 3, 2006
8:17 am
23669
... You could try PDF::API2 available on CPAN http://search.cpan.org/~areibens/PDF-API2-0.51/ It even has its own group:...
Mr. Shawn H. Corey
shwncorey
Offline Send Email
Jun 3, 2006
12:44 pm
23670
Dear all, am a newbie in perl , and I get the error while compiling syncupdates source from ftp.ripe.net, it's a web interface for updating a whois server...
Nicolae Ghimbovschi
nicolaeg1
Offline Send Email
Jun 3, 2006
2:17 pm
23671
Hi, There are 30000 PDF which have to convert to text. I got solution over this - ps2ascii unix command. Thanks for your reply. Regards, Prasanna A. Goupal ......
Prasanna Goupal
perl_developer
Offline Send Email
Jun 3, 2006
2:47 pm
23672
There is one software called PDFTOTEXT, you can download that software. And, use it in Unix. That does pretty good job. If you want to know more options, let...
Hetal Modi
hetalkrishna
Offline Send Email
Jun 3, 2006
4:28 pm
23673
In the following Code I declared @list_item as a local array variable in the subroutine named test. If i use the array items one by one in the following...
joshypy
Offline Send Email
Jun 4, 2006
6:17 am
23674
... Simple answer: No You have declared the array so accessing it does not require additional declaration. Where is $j initialised...
Ken Shail
kenshail2003
Offline Send Email
Jun 4, 2006
6:51 am
23675
... They are not the same variable. $list_item[$j] is a one element in the array @list_item. $list_item is a totally different scalar variable which happens to...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Jun 4, 2006
3:04 pm
23676
... From: Charles K. Clarkson ; Charles K. Clarkson To: perl-beginner@yahoogroups.com Sent: Sunday, June 04, 2006 3:59 PM Subject: RE: [PBML] Declaring...
Ken Shail
kenshail2003
Offline Send Email
Jun 4, 2006
5:00 pm
23677
You may already have had a replay t this, if so sorry. Anyway, a pdf file, is just a text file so you can parse for text just as you would for any text file. ...
Peter Dominey
pdominey
Online Now Send Email
Jun 5, 2006
1:51 am
23678
Unless it's compressed....
Mike Southern
mikesouthern
Offline Send Email
Jun 5, 2006
1:55 am
23679
Hi Everybody, Can any body give me idea about the use of subroutines and bugs.If any body have the tutorials or sample examples about it then plz send me.I am...
RR MISHRA
rr_perl
Offline Send Email
Jun 5, 2006
5:27 pm
23680
I need to write some code that will take an ID from File-1 and see if it exists on File-2. If it does, then I want to write out the record from File-2 to...
DigiDoc
kmundy
Offline Send Email
Jun 5, 2006
5:38 pm
23681
... if it ... from ... fields ... are ... 1K), ... Could you show some sample lines from the first file and from the second file?...
a_z0_9_blah
Offline Send Email
Jun 5, 2006
7:28 pm
23682
... Read the 'perlsub' file in the Perl documentation. ... Goto http://rt.perl.org/perlbug/ and click on the Current Perl 5 Issues link. Charles K. Clarkson --...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Jun 5, 2006
7:41 pm
23683
File-1 ... abc bg cd1234 File-2 ... abc,john,doe,1234,9999 addathk,kathy,smith,3453,5629 bg,joe,shmo,4532,5343 cd1234,jane,madle,5432,0932 ...
DigiDoc
kmundy
Offline Send Email
Jun 5, 2006
8:24 pm
23684
... always ... see ... record ... (about ... could ... the ... You could try the following code on your sample data. If you will be 'massaging' the data in...
a_z0_9_blah
Offline Send Email
Jun 6, 2006
12:52 am
Messages 23655 - 23684 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