Pradeep, I think that you might have better success if you check out and post to the comp.lang.perl or comp.lang.perl.moderated Usenet newsgroups. Although there are undoubtedly some folks here who use and are familiar with Perl, on those newsgroups that is the *entire* focus. You will probably find that they can point you to a freely available existing Perl module which will do exactly what you want.

Cheers,
Scott


----- Original Message ----- From: "Pradeep Dobhal" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, May 04, 2005 8:34 AM
Subject: Re:[wdvltalk] Perl help request



Hi,

The situaiton here is that i need to find the multiple byte characters. They
are present in a file and i need to catch them up and mark them using the
perl program.

I need help with some code to search the multibyte characters.

Thanks,
--P
----- Original Message ----- From: "Pradeep Dobhal" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: 04 May, 2005 3:06 PM
Subject: Perl help request



Hi All,

I am writing a Perl program and want to catch the utf-8 characters that
appear.

Can anyone help me out doing this.

Thanks,
Pradeep
[EMAIL PROTECTED]

----- Original Message ----- From: "Steven Olson" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: 04 May, 2005 1:08 PM
Subject: RE: [wdvltalk] javascript help request



> That works perfectly, Matt. Thanks! > > I've just got my zIndex changing to work, so now I'll see if I can put
all
> the parts together.
>
> Thanks again for your help, Matt. And thanks again, also, to Howard and
> Stephen for their useful comments and suggestions.
>
> Kind regards,
>
> Steven Olson
> P.O. Box 213
> Sandpoint, ID 83864
>
> [EMAIL PROTECTED]
> 208.304.9064
>
>
> > -----Original Message-----
> > From: Matt C. [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, May 03, 2005 3:27 PM
> > To: [email protected]
> > Subject: Re: [wdvltalk] javascript help request
> >
> >
> > Actually, here's an even better way.  No need to pass any specific
> > parameters...
> >
> > <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
> > <head>
> >     <meta http-equiv="content-type" content="text/html; charset=utf-8"
/>
> >     <title>Untitled</title>
> >     <script type="text/javascript">
> >         function alertImage(anchorObject){
> >             theImage =
anchorObject.getElementsByTagName("img").item(0);
> >             for (x=0; x <
> > document.getElementsByTagName("img").length; x++){
> >                 if (document.getElementsByTagName("img").item(x) ==
> > theImage){
> >                     alert("The image is index item " + x);
> >                     return false;
> >                 };
> >             };
> >         }
> >     </script>
> > </head>
> > <body>
> >
> > <a href="#" onclick="alertImage(this);"><img src="test1.gif"
width="100"
> > height="100"></a>
> > <a href="#" onclick="alertImage(this);"><img src="test2.gif"
width="100"
> > height="100"></a>
> > <a href="#" onclick="alertImage(this);"><img src="test3.gif"
width="100"
> > height="100"></a>
> > <a href="#" onclick="alertImage(this);"><img src="test4.gif"
width="100"
> > height="100"></a>
> >
> >
> >
> > </body>
> > </html>
> >
>
>
> ____ • The WDVL Discussion List from WDVL.COM • ____
> To Join wdvltalk, Send An Email To:
mailto:[EMAIL PROTECTED] or
> use the web interface
http://e-newsletters.internet.com/discussionlists.html/
>        Send Your Posts To: [email protected]
> To change subscription settings, add a password or view the web
interface:
> http://intm-dl.sparklist.com/read/?forum=wdvltalk
>
> ________________  http://www.wdvl.com  _______________________
>
> You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to
[EMAIL PROTECTED]
> To unsubscribe via postal mail, please contact us at:
> Jupitermedia Corp.
> Attn: Discussion List Management
> 475 Park Avenue South
> New York, NY 10016
>
> Please include the email address which you have been contacted with.
>



____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
Send Your Posts To: [email protected]
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk


________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: unknown lmsubst tag argument: ''
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016


Please include the email address which you have been contacted with.



____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
      Send Your Posts To: [email protected]
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: unknown lmsubst tag argument: ''
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.

Reply via email to