Oops, typo:

On Thu, Jun 28, 2012 at 11:39:22AM -0500, Patrick R. Michaud wrote:
> To get say to act like "print with a newline", one can do
> 
>     say [~] ar

That should be

    say [~] arg1, arg2, arg3 ...

For the 'a'.WHAT case, this gives

    > say [~] 'a'.WHAT
    use of uninitialized value of type Str in string context
    
    > 

Note that "True" (the result from say) isn't displayed here
because say sent a newline to the standard output.

Pm

Reply via email to