Help for this page
#!/usr/bin/env perl use strict; ... my $j = $i + 1; print "Input $i.mpg, output $j.mpg\n"; }