Guest_imported
New member
- Jan 1, 1970
- 0
Hi
I have a little problem(Very big for me)
I want to read in a HTML file into my Perl program.
It starts like
<!--start-->
In my Perl program I can write to this html.
After some writings it will look like this
<!--start-->
<p>aaaaaaaaaa</p>
<p>bbbbbbbbbb</p>
<p>cccccccccc</p>
and so on forever ....almost.
My tricky question is how a can build a small Web(HTML) interface
to remove some or all lines in this HTML file(All lines but not <!--start-->.
I would like that those lines was brought upp in the webbrowser with small buttons on
its side like delete buttons
--------
-Delete-aaaaaaaaaa
--------
--------
-Delete-bbbbbbbbbb
--------
And then if i press The first Delete button the aaaaaaaaa lines will be removed.
Can someone please help me with this or hand over
some great link about this problem.
I have a little problem(Very big for me)
I want to read in a HTML file into my Perl program.
It starts like
<!--start-->
In my Perl program I can write to this html.
After some writings it will look like this
<!--start-->
<p>aaaaaaaaaa</p>
<p>bbbbbbbbbb</p>
<p>cccccccccc</p>
and so on forever ....almost.
My tricky question is how a can build a small Web(HTML) interface
to remove some or all lines in this HTML file(All lines but not <!--start-->.
I would like that those lines was brought upp in the webbrowser with small buttons on
its side like delete buttons
--------
-Delete-aaaaaaaaaa
--------
--------
-Delete-bbbbbbbbbb
--------
And then if i press The first Delete button the aaaaaaaaa lines will be removed.
Can someone please help me with this or hand over
some great link about this problem.