Gossamer Forum
Home : General : Perl Programming :

perl and

Quote Reply
perl and
do the following two lines mean the same thing?

Code:
($restricted = 1) if ($_[0] eq "view" and $auth_view_own and (!$per_spec));

($restricted = 1) if ($_[0] eq "view" && $auth_view_own && (!$per_spec));
Subject Author Views Date
Thread perl and delicia 4015 Feb 9, 2010, 2:42 PM
Post Re: [delicia] perl and
brewt 3884 Feb 9, 2010, 10:28 PM