$_ = "";
while (/<(.*?)>(.*?)<\/\1>/g) {
print "tag $1 which has $2 inside\n";
}
Paul M wrote:
Hi:
Given the following list:
I want to know all the "elements" within elem1. (Note: It is seriously
MALFORMED XML, that is why I am attempting to use regexp).
Any ideas. I can get $1
Hi all,
I want to do something like this.
Invoke a cmd (using system command) print a welcome message & execute the
remaining part of script.
Now what I want is
1. cmd should only be invoked with welcome message if the script is executed
first time.
2. I want the remaining part of script to
Gunnar Hjalmarsson wrote:
> Steve Bertrand wrote:
>> Fúlvio Figueirôa wrote:
>>> I solved my problem using sendmail with the code below:
>>>
>>> open (MAIL, "|/usr/sbin/sendmail -t ");
>>> print MAIL "From: someaddr...@somedomain\n";
>>> print MAIL "To: someaddre...@somedomain\n";
>>> print MAIL "C
viji19812...@gmail.com wrote:
>
> I have perl5.10.0 installed under C:/ and using bash prompt to run a
> make command.
>
> When I issue the make command it throws error
>
> "Perl Script not found" C:/Program no such file or directory
>
> Perl is not installed in Program files it under c:
>
> A
Chas. Owens wrote:
> On Wed, Jan 7, 2009 at 07:41, Anže Vidmar wrote:
>> hello!
>>
>> I have some nasty, non-ascii character in some files that contains php code
>> (actually somewhere in my SVN branch). What I want to do here is to
>> recursively find all the files that contains a specific non-as
Anže Vidmar wrote:
>
> I have some nasty, non-ascii character in some files that contains php
> code (actually somewhere in my SVN branch). What I want to do here is
> to recursively find all the files that contains a specific non-ascii
> character in the file. And most importantly - i need
Steve Bertrand wrote:
Fúlvio Figueirôa wrote:
I solved my problem using sendmail with the code below:
open (MAIL, "|/usr/sbin/sendmail -t ");
print MAIL "From: someaddr...@somedomain\n";
print MAIL "To: someaddre...@somedomain\n";
print MAIL "Content-Type: text/plain\n";
print MAIL "Subject: Ve
On Wed, Jan 7, 2009 at 07:41, Anže Vidmar wrote:
> hello!
>
> I have some nasty, non-ascii character in some files that contains php code
> (actually somewhere in my SVN branch). What I want to do here is to
> recursively find all the files that contains a specific non-ascii character
> in the fil
hello!
I have some nasty, non-ascii character in some files that contains php
code (actually somewhere in my SVN branch). What I want to do here is
to recursively find all the files that contains a specific non-ascii
character in the file. And most importantly - i need to know the name
of
On Jan 6, 5:32 pm, rc...@pcug.org.au (Owen) wrote:
> > Hi,
>
> > I have perl5.10.0 installed under C:/ and using bash prompt to run a
> >makecommand.
>
> How are you doing that?
>
> Installed perl online. And Under C:/cygwin/bash.exe takes me to bash
> prompt.there i issue a make command which
10 matches
Mail list logo