We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3392bd3 commit 4add0a9Copy full SHA for 4add0a9
languages/perl/example/xdi_reader.pl
@@ -3,8 +3,8 @@
3
## This is a replica in perl of the xdi_reader.c test program
4
## the only difference is the order in which the metadata is printed to the screen
5
##
6
-## to run this *before* installing Xray::XDI, try
7
-## perl -Iblib/lib -Iblib/arch example/xdi_reader.pl ../baddata/bad_32.xdi
+## to run this *before* installing Xray::XDI, try using the -I flag like so:
+## perl -Iblib/lib -Iblib/arch example/xdi_reader.pl ../../baddata/bad_32.xdi
8
9
use strict;
10
use warnings;
0 commit comments