Where can i find perl in linux ??

Status
Not open for further replies.
H

h4ck3r

Guest
I am able to use perl 5.8 from windows , but i want to use it from linux also ..
I have edited the fstab to mount windows partitions along with linux .. this way i can have interconnectivity ..
 

cnukutti

Broken In
most probably you would have perl installed by default
you can find out the path by typing
Code:
whereis perl
Then in your programs include this line at the top
Code:
#!/path/to/perl
And then chmod your file to be executable. Then you can run the file.
 
Status
Not open for further replies.
Top Bottom