Help for this page

Select Code to Download


  1. or download this
    C:\test>perl -MO=Deparse
    if ($var || 2) {
    ...
        ();
    }
    - syntax OK
    
  2. or download this
    C:\test>perl -MO=Deparse
    if( 2 ) {
    ...
        ()
    };
    - syntax OK