fixed perl path

This commit is contained in:
Efi Fogel 2006-05-31 19:21:18 +00:00
parent 5bcedff15d
commit f58c9a5d51
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl -w #!/usr/bin/perl -w
package Elinfo; package Elinfo;

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl -w #!/usr/bin/perl -w
use Cwd; use Cwd;
use Getopt::Long; use Getopt::Long;