]>
Raphaƫl G. Git Repositories - carabistouilles/blob - analyse.pl
8 use POSIX
qw(EXIT_SUCCESS EXIT_FAILURE);
14 if (scalar(@ARGV) < 1) {
15 print "Usage: $0 sirens_fxt.txt\n";
21 print "$ARGV[0] needs to be a valid file\n";
25 # Test file readability
27 print "$ARGV[0] needs to be readable\n";
32 my $siren = lib
::siren-
>new();
35 $siren->parse($ARGV[0]);