Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl -w
    
    ...
    }
    print "Outside the IF (3)\n";
    
  2. or download this
    [5.006]
    
    ...
    Inside the IF (3)
    Outside the IF (3)
    I'm destroyed