[Catalyst] TT2 + CP::Authentication + DBIC gotcha

Jonathan Rockway jon at jrock.us
Sat Jul 14 16:58:04 GMT 2007


On Friday 13 July 2007 02:08:51 pm Christopher Heschong wrote:
> What about:
>
> my $vote = $bar and $foo;
>

Well, it's the same as:

  $foo if my $vote = $bar;  

Which is a useless use of $foo in void context.

-- 
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 307 bytes
Desc: This is a digitally signed message part.
Url : http://lists.scsys.co.uk/pipermail/catalyst/attachments/20070714/db3370e2/attachment.pgp


More information about the Catalyst mailing list