=============
Hello Friends and Neighbors!!
I'm a long time consultant and contractor for ISPs, designing and deploying unix/linux systems. This is my first repo at GitHub.
Here are some changes that I would like to insert...
- This is a list item
- Here is another list item
- With a sort of list
- With a second item
- With a sort of list
- With a
seconditem
- With a
- A numbered list is always nice
- You can never have enough of those
- But what would you say
- If you had nothing but a rose
This is a simple quote
And how about some code
sub showip($) {
my $var = shift;
my $ip = get_ip_info($var);
print ("I found this IP => $ip\n");
}