Help for this page

Select Code to Download


  1. or download this
    sub c3 { print "Evaluating condition 3\n"; /gamma/; }
    sub c4 { print "Evaluating condition 4\n"; /omega/; }
    ...
            \&c3      => \&s3,
            c4()              ) or print "*:$_\n";
    }
    
  2. or download this
    Evaluating condition 4
    *:This is
    ...
    *:the omega
    Evaluating condition 4
    *:Did this work?