Skip to content

Commit 4add0a9

Browse files
committed
small fix to perl xdi_reader example
1 parent 3392bd3 commit 4add0a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

languages/perl/example/xdi_reader.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## This is a replica in perl of the xdi_reader.c test program
44
## the only difference is the order in which the metadata is printed to the screen
55
##
6-
## to run this *before* installing Xray::XDI, try
7-
## perl -Iblib/lib -Iblib/arch example/xdi_reader.pl ../baddata/bad_32.xdi
6+
## to run this *before* installing Xray::XDI, try using the -I flag like so:
7+
## perl -Iblib/lib -Iblib/arch example/xdi_reader.pl ../../baddata/bad_32.xdi
88

99
use strict;
1010
use warnings;

0 commit comments

Comments
 (0)