On Thu, 2008-09-18 at 10:16 -0700, Back9 wrote:
> Hello,
> 
> Is there a way to append a text file to an existing text file.
> For example,
> File A:
> Jan Feb Mar April ...
> 
> File B:
> 10 30 40 20 ...
> 
> After appending job, the File A would be like below.
> Jan Feb Mar April ...
> 10 30 40 20 ...
> 
> TIA
> 
> 

See `perldoc -f open` and search for '>>'.


-- 
Just my 0.00000002 million dollars worth,
  Shawn

"Where there's duct tape, there's hope."
        Cross Time Cafe

"Perl is the duct tape of the Internet."
        Hassan Schroeder, Sun's first webmaster

"There is more than one way to do things."
        A Perl axiom


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


Reply via email to