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...
23656
Peter Dominey
pdominey
Jun 1, 2006 12:57 pm
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...
23657
Mike Southern
mikesouthern
Jun 1, 2006 1:24 pm
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...
23658
merlyn@...
merlynstoneh...
Jun 1, 2006 3:04 pm
... 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...
23659
essential quint
quintessential1@...
Jun 1, 2006 10:49 pm
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...
23660
essential quint
quintessential1@...
Jun 1, 2006 11:13 pm
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...
23661
Mr. Shawn H. Corey
shwncorey
Jun 1, 2006 11:25 pm
... 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...
23662
joshypy
Jun 2, 2006 5:52 am
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...
23663
joshypy
Jun 2, 2006 5:59 am
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...
23664
Ken Shail
kenshail2003
Jun 2, 2006 6:21 am
... perl2exe for win32 and Linux...
23665
Ken at Home
kenshail2003
Jun 2, 2006 6:38 am
... You need to show the script or some snippets use of Yahoo! Groups is subject to the Yahoo! Terms of Service....
23666
Prasanna Goupal
perl_developer
Jun 3, 2006 6:36 am
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...
23667
Prasanna Goupal
perl_developer
Jun 3, 2006 6:38 am
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. ...
23668
Damien Carbery
daymobrew
Jun 3, 2006 8:17 am
... 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...
23669
Mr. Shawn H. Corey
shwncorey
Jun 3, 2006 12:44 pm
... You could try PDF::API2 available on CPAN http://search.cpan.org/~areibens/PDF-API2-0.51/ It even has its own group:...
23670
Nicolae Ghimbovschi
nicolaeg1
Jun 3, 2006 2:17 pm
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...
23671
Prasanna Goupal
perl_developer
Jun 3, 2006 2:47 pm
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 ......
23672
Hetal Modi
hetalkrishna
Jun 3, 2006 4:28 pm
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...
23673
joshypy
Jun 4, 2006 6:17 am
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...
23674
Ken Shail
kenshail2003
Jun 4, 2006 6:51 am
... Simple answer: No You have declared the array so accessing it does not require additional declaration. Where is $j initialised...
23675
Charles K. Clarkson
charlesclarkson
Jun 4, 2006 3:04 pm
... 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...
23676
Ken Shail
kenshail2003
Jun 4, 2006 5:00 pm
... From: Charles K. Clarkson ; Charles K. Clarkson To: perl-beginner@yahoogroups.com Sent: Sunday, June 04, 2006 3:59 PM Subject: RE: [PBML] Declaring...
23677
Peter Dominey
pdominey
Jun 5, 2006 1:51 am
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. ...
23678
Mike Southern
mikesouthern
Jun 5, 2006 1:55 am
Unless it's compressed....
23679
RR MISHRA
rr_perl
Jun 5, 2006 5:27 pm
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...
23680
DigiDoc
kmundy
Jun 5, 2006 5:38 pm
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...
23681
a_z0_9_blah
Jun 5, 2006 7:28 pm
... if it ... from ... fields ... are ... 1K), ... Could you show some sample lines from the first file and from the second file?...
23682
Charles K. Clarkson
charlesclarkson
Jun 5, 2006 7:41 pm
... Read the 'perlsub39; file in the Perl documentation. ... Goto http://rt.perl.org/perlbug/ and click on the Current Perl 5 Issues link. Charles K. Clarkson --...
... always ... see ... record ... (about ... could ... the ... You could try the following code on your sample data. If you will be 'massaging39; the data in...