Hello,
I'm new to perl and would like to get your help.
I have a file including a list of links with 80 at the end of each link:
80
kce.fgov.be 80
I want to:
1. add http:// at the beginning of each line
2. delete 80 at the end of each line.
The result obtained should be:
All suggestions are very much appreciated.
Thanks and regards,
I'm new to perl and would like to get your help.
I have a file including a list of links with 80 at the end of each link:
80
kce.fgov.be 80
I want to:
1. add http:// at the beginning of each line
2. delete 80 at the end of each line.
The result obtained should be:
All suggestions are very much appreciated.
Thanks and regards,