R
Ross
Dear all,
I find posting here may be more appropriate and so tidy up my inquiries
and feedbacks and ask this question again:
after installing FC3, perl script needs to be run using:
/usr/bin/perl test.pl
when it is in FC1, i can just type test.pl
as both OS's are installed by me and the same conf files are to be used.
In the test.pl,
The first line of the script is:
#!/usr/bin/perl
i've even tried changing it to perl5.8.5 as i know it is in /usr/bin
no matter i add set path = ($path .) or i run the perl directly at
the directory containing it (no amibugous command confirmed by using
"which"), i must use
/usr/bin/perl test.pl
the permission of test.pl is
rwxr-xr-x
as test.pl takes one argument, when typing test.pl, something like "please
provide your filename" should be printed at the prompt but it doesn't.
Some say it would be the fixing of a security problem of FC3, could anybody
suggest any idea?
I find posting here may be more appropriate and so tidy up my inquiries
and feedbacks and ask this question again:
after installing FC3, perl script needs to be run using:
/usr/bin/perl test.pl
when it is in FC1, i can just type test.pl
as both OS's are installed by me and the same conf files are to be used.
In the test.pl,
The first line of the script is:
#!/usr/bin/perl
i've even tried changing it to perl5.8.5 as i know it is in /usr/bin
no matter i add set path = ($path .) or i run the perl directly at
the directory containing it (no amibugous command confirmed by using
"which"), i must use
/usr/bin/perl test.pl
the permission of test.pl is
rwxr-xr-x
as test.pl takes one argument, when typing test.pl, something like "please
provide your filename" should be printed at the prompt but it doesn't.
Some say it would be the fixing of a security problem of FC3, could anybody
suggest any idea?