if ( $user eq "$owner_of_page")
  do something;

At 07:48 AM 2/21/2002 -0800, Bhanu Prakash wrote:
>Hi Perl Gurus
>
>Is there a way to compare the values in perl?
>something like..
>
>my $user = remote_user()
>if ($user == $owner_of_page ) {
>do_something
>} else {
>do_something_else
>}
>Thanks
>Bhanu.
>
>__________________________________________________
>Do You Yahoo!?
>Yahoo! Sports - Coverage of the 2002 Olympic Games
>http://sports.yahoo.com
>
>--
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to