What is the code for this from the
> window
> > > promt(not within the script itself)?
> > >
> > > c:\>perl test.pl >1(this will save the result in
> the
> > > current directory.
> > > How about saving the result to c:/perl/self/?)
> > >
> > > Thanks,
> > >
> > > Li
> >
> > Hi Li,
> >
> > Google might help here:
> >
> >
>
http://www.google.com/search?q=output+redirection+dos
> >
> > Does this:
> > c:\>perl test.pl > C:\perl\self\test.out
> > do what you want?
> >
> > - Jen
> >

 c:\>perl test.pl > C:\perl\self\test.out

Yes it is what I want.

Thanks,

Li


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to