Differences

This shows you the differences between the selected revisions of the page.

2012-03-05 2012-03-05
Replace quotes. (brablc) no summary (brablc)
Line 59: Line 59:
        {         {
            my ($sender, $e) = @args;             my ($sender, $e) = @args;
-            print $e->{'FileName'} . " => " . $e->{'Destination'} . "\n";+            printf "%s => %s\n", ( $e->{'FileName'}, $e->{'Destination'} );
        }         }
    }     }

Last modified: by brablc