Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        s#^(?!http://)#http://#;    # Prefix 'http://' if one is missing
        print;
    }
    
  2. or download this
    foobar.com
    http://foo.int
    fOoBaR.nEt
    FoObAr.OrG
    
  3. or download this
    http://foobar.com
    http://foo.int
    http://foobar.net
    http://foobar.org