Help for this page
Select Code to Download
Select
or
download this
print ( $foo == 1 ) ? "hi" : "bye";
Select
or
download this
print( $foo == 1 ) ? "hi" : "bye";
Select
or
download this
( print( $foo == 1 ) ) ? "hi" : "bye";
Select
or
download this
meth( -foo => "bar" );
Select
or
download this
meth( "-foo", "bar" );