Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        print("F3");
    }
    #9
    
  2. or download this
    #line 8 "foo.pl"
    sub foo () {
    ...
        print 'F3';
    }
    foo.pl syntax OK