Re: Thank you for your answer. And yesterday i was write from Nahid`s email address

2005-10-20 Thread Ulfet

Hello.
 
Please help me write this script. Before
this mail i sent to you amil, and  i explained what i need. Thank
you very much in advance.


Re: Thank you for your answer. And yesterday i was write from Nahid`s email address

2005-10-17 Thread Ulfet

Hello. I send you example. And that
example i will try what i want to ask.


This is a file is info.xml and it constraint
below


    
        Ulfet
        TANRIVERDIYEV
        24
        BAKU
    
    
        Xetai
191
        Qafqaz
University
    



So, i wrote script in PERL. And it is
below

#*

#!/usr/bin/perl
open(FILE,"info.xml") or &xeta("File
can not open...");
@b = ; 
close(FILE); 
$search = '>';
@results = grep(/$search/,@b);
print "@results\n";

#*


And have a other script and its below

#*

#!/usr/bin/perl -w
use XML::Simple;
my $infile = 'info.xml';
my $xml    = XMLin();
print XMLout($xml), "\n";


#*****

So, i need to get that information from
indo.xml (Ulfet, Tanriverdiyev, 24, Baku,) 
I want to get without tags information.
I read that in PERL has a module which can read files(XML) and get from
information whitout tags. Please help me, how can i get. I wrote script
which can find and get ftom file that information without XML tags. Thank
you very much in advance




Re: Thank you for your answer. And yesterday i was write from Nahid`s email address

2005-10-14 Thread Ulfet

Thankuyu very mush for your asnwer.

So i will on monday write the question
and will try what i want and what i need.