"Xavier Noria" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Jun 6, 2006, at 14:16, John W. Krahn wrote:
>
>> Mr. Shawn H. Corey wrote:
>>>
>>> $output_file =~ s/\r//g;
>>> # chomp only removes linefeed characters \n
>>>
>>> # BTW, there is no such thing as a newline;
>>> # it
""Muma W."" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> joseph wrote:
>> All,
>>
>> Just like to ask for correction on what's wrong with my script it gives
>> spit out this error when i run it.
>>
>> Unsuccessful open on filename containing newline at disksize.pl line 8.
>> Can
""John W. Krahn"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> joseph wrote:
>> All,
>
> Hello,
>
>> Just like to ask for correction on what's wrong with my script it gives
>> spit
>> out this error when i run it.
>>
>> Unsuccessful open on filename containing newline at disksiz
""Mr. Shawn H. Corey"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Tue, 2006-06-06 at 18:59 +0800, joseph wrote:
>> All,
>>
>> Just like to ask for correction on what's wrong with my script it gives
>> spit
>> out this error when i run it.
>>
>> Unsuccessful open on filename
On Jun 6, 2006, at 14:16, John W. Krahn wrote:
Mr. Shawn H. Corey wrote:
$output_file =~ s/\r//g;
# chomp only removes linefeed characters \n
# BTW, there is no such thing as a newline;
# it is either a linefeed: \n ASCII LF 0x0A
# or a carriage return: \r ASCII CR 0x0D
"\n" is inherited fr
Mr. Shawn H. Corey wrote:
>
> $output_file =~ s/\r//g;
> # chomp only removes linefeed characters \n
>
> # BTW, there is no such thing as a newline;
> # it is either a linefeed: \n ASCII LF 0x0A
> # or a carriage return: \r ASCII CR 0x0D
"\n" is inherited from the C programming language and is t
joseph wrote:
All,
Just like to ask for correction on what's wrong with my script it gives spit
out this error when i run it.
Unsuccessful open on filename containing newline at disksize.pl line 8.
Can't open file No such file or directory
But it runs without this error whenever i feed it up
On Tue, 2006-06-06 at 18:59 +0800, joseph wrote:
> All,
>
> Just like to ask for correction on what's wrong with my script it gives spit
> out this error when i run it.
>
> Unsuccessful open on filename containing newline at disksize.pl line 8.
> Can't open file No such file or directory
>
> Bu
joseph wrote:
> All,
Hello,
> Just like to ask for correction on what's wrong with my script it gives spit
> out this error when i run it.
>
> Unsuccessful open on filename containing newline at disksize.pl line 8.
> Can't open file No such file or directory
>
> But it runs without this error
On Jun 6, 2006, at 12:59, joseph wrote:
All,
Just like to ask for correction on what's wrong with my script it
gives spit
out this error when i run it.
Unsuccessful open on filename containing newline at disksize.pl
line 8.
Can't open file No such file or directory
But it runs without th
10 matches
Mail list logo