Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
        print "Trying next parse...\n";
    }
    
  2. or download this
    I got variable (x) set to value (10)
    I got variable (y) set to value (12)
    I got variable (z) set to value (100)
    Trying next parse...
    
  3. or download this
    I got variable (x) set to value (10)
    Trying next parse...
    ...
    Trying next parse...
    I got variable (z) set to value (100)
    Trying next parse...