Help for this page

Select Code to Download


  1. or download this
    numberedfiles.@.tif # mask with placeholder.
    foreground.001.tif
    foreground.002.tif # etc ad nauseum.
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my ($digits) = $name =~ /$re/;
    print $re , $/;
    print $digits, $/;