in reply to New Line at End File
{ local @ARGV = $file_name; local $^I = ''; # edit file in place (UPDATED) local $/; # sluurp local $_ = <>; while ( chomp ) { } print; }
jdporter
...porque es dificil estar guapo y blanco.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: New Line at End File
by Willman023 (Scribe) on Dec 10, 2002 at 04:03 UTC | |
Re: Re: New Line at End File
by sauoq (Abbot) on Dec 10, 2002 at 00:07 UTC | |
Re: Re: New Line at End File
by Anonymous Monk on Dec 09, 2002 at 22:44 UTC | |
by jdporter (Paladin) on Dec 09, 2002 at 23:16 UTC | |
by Anonymous Monk on Dec 09, 2002 at 23:41 UTC | |
by Anonymous Monk on Oct 13, 2003 at 18:27 UTC | |
by jdporter (Paladin) on Oct 15, 2003 at 20:20 UTC | |
Re: Re: New Line at End File
by tachyon (Chancellor) on Dec 09, 2002 at 23:33 UTC |