On Wed, May 21, 2008 at 08:34:42PM -0600, [EMAIL PROTECTED] wrote:
> I get a syntax error when doing the following:
> 
>   my $contents  = do { local $/; < $m->request_args()->{upload} > };

To be more specific, Perl thinks you ended the <> after '$m-'.

  < $m->  request_args()->{upload}  >

(spacing mine)

Neither the glob followed by function nor the unary '>' are valid.

hdp.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to