Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
examples/t.pl: accept optional filename argument
Browse files Browse the repository at this point in the history
  • Loading branch information
arc committed May 6, 2012
1 parent 8d8dfa8 commit 0522427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/t.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Image::EXIF;
use Data::Dumper;

my $exif = new Image::EXIF("i424f2d1c0.jpg");
my $exif = new Image::EXIF($ARGV[0] || "i424f2d1c0.jpg");

my $all_info = $exif->get_all_info();

Expand Down

0 comments on commit 0522427

Please sign in to comment.