in reply to (jeffa) Re: I/O redirection
in thread I/O redirection

I named how you expline to me but I could not get anything. Also it does not return me error. In DOS I wrote exactli like this:
perl parse_js.pl<javascript.html
In school our techer explened to us to use like this to execute.
perl ass.pl<input.html>myJavascript.txt
p.s. Thank you again for your help!!!!!!!!!!!!!!!

Replies are listed 'Best First'.
Re: Re: (jeffa) Re: I/O redirection
by Anonymous Monk on Jun 03, 2002 at 03:21 UTC
    It is working but I need to extract as well script tags on the text file. Like this
    <script language="JavaScript"> ..... </script>
    P.s. Anyway Thank you so much!!!!!!!!!