Help for this page

Select Code to Download


  1. or download this
    my $test = qq|
    sdfiojs pfojsdfs fs [img]sdj fpsdofj spojf sfsf [b] [img]http://www.te
    +st.com/image.gif[/img] dfs fs
    s fsf sfd  [img]test.gif[/img]
    ...
    while ($test =~ /\[img\](.+?)\[\/img\]/g) {
       print "$1 \n";
    }
    
  2. or download this
    C:\Users\Andy>perl test.pl
    sdj fpsdofj spojf sfsf [b] [img]http://www.test.com/image.gi
    test.gif
    
  3. or download this
    C:\Users\Andy>perl test.pl
    http://www.test.com/image.gif
    test.gif