in reply to Get file version information in Perl
#!/usr/bin/perl use strict; use warnings; use SVN::Notify; my $exe = SVN::Notify->find_exe('gnuplot'); system("$exe -V");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Get file version information in Perl
by ikegami (Patriarch) on May 18, 2011 at 07:02 UTC | |
by Anonymous Monk on May 18, 2011 at 07:07 UTC | |
|
Re^2: Get file version information in Perl
by Anonymous Monk on May 18, 2011 at 06:56 UTC |