Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    printf("   \$count: >%s<\n", $count);       # (\d+)     => 04
    printf("     \$ext: >%s<\n\n", $ext);       # (\w+)     => png
    ...