Help for this page

Select Code to Download


  1. or download this
    print ( $foo == 1 ) ? "hi" : "bye";
  2. or download this
    print( $foo == 1 ) ? "hi" : "bye";
  3. or download this
    ( print( $foo == 1 ) ) ? "hi" : "bye";
  4. or download this
    meth( -foo => "bar" );
  5. or download this
    meth( "-foo", "bar" );