needd help....
i have a problem using to parse the data from the file.
could some one please help me....
i got a text file named 'nmap.txt'with the data:
80/tcp http
23/tcp telnet
what i'm going to do is read the data from the file using regular expression. so my output should be like this:
80/tcp
23/tcp
how can i do that?
could someone please help me because i'm a beginner with this perl
i have a problem using to parse the data from the file.
could some one please help me....
i got a text file named 'nmap.txt'with the data:
80/tcp http
23/tcp telnet
what i'm going to do is read the data from the file using regular expression. so my output should be like this:
80/tcp
23/tcp
how can i do that?
could someone please help me because i'm a beginner with this perl