- or download this
$x =($a
+ $b);
- or download this
if ( ( $str=~/a\[s\]/ || $str =~/h\[s\]/ )
&& ( $str... ) ){
....
}
- or download this
1
2 $a=$b=1;
3 $x=1 if $a==1
4 && $b=2;
- or download this
2 $a=$b=1;
3 $x=1 if( $a==1
4 && $b=2);
- or download this
$x=1 if $a{
$b++
};