Re: Can a perl programmer find jobs today?

2023-02-17 Thread Saravanan Murugaiah
If you know both Python and Perl, then you are one of a big boss in programming industry, especially in AI On Fri, Feb 17, 2023 at 5:22 PM Hao Wu wrote: > https://jobs.perl.org/ > > If you are in the right place, it is not that hard to find a perl job. > > > > On Fri, Feb 17, 2023 at 7:46 PM win

Help in finding group of text

2011-12-23 Thread Saravanan Murugaiah
Dear All, In my text file, the following occurrence are there: begin some of group of text some of group of text some of group of text some of group of text some of group of text some of group of text some of group of text some of group of text some of group of text some of group of text some of

Re: Help in search concept

2011-12-20 Thread Saravanan Murugaiah
Dear All, Many thanks for all your kind suggestions on my request. I solved my issues with the command "Test [0-9.]+". Regards, MadYuv On Tue, Dec 20, 2011 at 7:55 PM, Dermot wrote: > On 20 December 2011 13:45, Saravanan Murugaiah > wrote: > > Dear All, > > Hello

Help in search concept

2011-12-20 Thread Saravanan Murugaiah
Dear All, I am a learner in Perl and this is my first post in this group. I need to search a word "Test 1.2.1" in my file. I am using "$_ =~m/Test \d+", but it searched only "Test 1" not the full content. I need to check whether it is "Test 1" or "Test 1.2" or "Test 1.2.1". Kindly help me in this

Re: errors when importing eps file

2011-12-04 Thread Saravanan Murugaiah
Hi, Yes, the problem with the eps file, in general, if you open the .eps file in notepad, you can see the below things: % %%Creator: Adobe Illustrator(R) 15.0 %%For: welcome %%CreationDate: 9/7/2011 %%BoundingBox: 0 0 367 321 %%HiResBoundingBox: 0 0 366.7198 320.6792 %%CropBox: 0 0 366.7198

Help to store the result in some other file

2011-11-20 Thread Saravanan Murugaiah
Dear All, I want to search a particular word in some set of files, which are kept in a directory. In this, I want to display the search result in some other out file like including the line number with file name, etc. For example, if I want to search the word "Good Try" in all the files in a direc