Help for this page

Select Code to Download


  1. or download this
    if ( 0 ) {
        warn "a";
    ...
    } else {
        warn "c";
    }
    
  2. or download this
    main::(/tmp/foo:12):    if ( 0 ) {
      DB<1> n
    main::(/tmp/foo:15):        warn "b";
      DB<1> n
    b at /tmp/foo line 15.