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...
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...
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> 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...
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@...
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@...
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...
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...
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...
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...
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. ...
... 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...
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...
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 ......
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...
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...
... 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...
... From: Charles K. Clarkson ; Charles K. Clarkson To: perl-beginner@yahoogroups.com Sent: Sunday, June 04, 2006 3:59 PM Subject: RE: [PBML] Declaring...
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. ...
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...
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...
... 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 --...
... always ... see ... record ... (about ... could ... the ... You could try the following code on your sample data. If you will be 'massaging' the data in...