Help for this page

Select Code to Download


  1. or download this
    # in the perl script:
    print "http://www.mydomain.com/banners/ban1.gif";
    exit;
    # end of script
    
  2. or download this
    #in the perl script:
    print qq~<img src="http://www.mydomain.com/banners/ban1.gif">~;
    exit;
    # End of perl script