Help for this page

Select Code to Download


  1. or download this
    [url]http://www.test.com[/url]
    [img]http://www.site.com/image.jpg[/img]
    [url http://www.test.com]name of link[/url]
    [citation]some quote here[/quote]
    
  2. or download this
        while ($_[0] =~ /\[(\/?)(lien|url|citation|img).+?\]/sg) { 
            print "GOT: $1 and $2 \n";
        }
    
  3. or download this
        while ($_[0] =~ /\[\/?(lien|url|citation|img)\]/sg) { 
            print "BLA: $1 \n";
        }