Help for this page

Select Code to Download


  1. or download this
    @foobar
      = ( scalar( foo() )
          || warn );
    
  2. or download this
    scalar( @foobar = foo() )
      || warn;