Hai Liam
Thank you for the reply. Thank u for letting me know an alternative for
this. But there is a problem with what you have sent.
It is not just removing of the bottom group tag that is required.
If you check the input then u can find out that the title Commentary has 3
sub tags Letters, Boo
Hai
I have a new challenge based on the XML. I have tried with various
combination s but could not able to resolve it. So i request you guys to
help me out on this.
***INPUT XML**
Sooraj S wrote:
> I have an array file_list which contains absolute/relative paths of
> files. I want to remove duplicate elements and elements whose
> filenames(not the path) are same. How can i do this using grep and
> hash?
You should buy the Perl Cookbook:
http://oreilly.com/catalog/9781
Hi,
I have an array file_list which contains absolute/relative paths of
files. I want to remove duplicate elements and elements whose
filenames(not the path) are same. How can i do this using grep and
hash?
My code
===
my @file_list= qw(aaa ddd bbb/aaa ccc ddd kkk/ddd hhh);
my %exist=();
#To
Hi,
I have a file_list array containing paths to files. I want to delete
duplicate elements from an array. Also i want to delete files with
conflicting names ie those elements with same name but different path
should also be deleted. I want this to be done with grep.
my @file_list= qw(aa dd bb/aa
>
> I would love to know how to
> create a graphic user interface using Perl. I've read that there are a lot
> of resource to do this but I don't know where to start...
> Can anyone help me?
> I'm a Perl's beginner under Mac OS X.
Perlmonks also has some nodes on this.
Http://www.perlmonks.org/?no
http://franferriz.com/mtxtsx.html
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
(ack, forgot to post to list)
On 12/17/2010 12:46 PM, Francesco Di Lorenzo wrote:
> > Hi everyone,
> > this is my first message in this mailing list. I would love to know
how to
> > create a graphic user interface using Perl. I've read that there are
Hi everyone,
this is my first message in this mailing list. I would love to know how to
create a graphic user interface using Perl. I've read that there are a lot
of resource to do this but I don't know where to start...
Can anyone help me?
I'm a Perl's beginner under Mac OS X.
Thanks :-)