Help for this page

Select Code to Download


  1. or download this
    @images = grep defined, $str =~ m#<story>.*?</story>|<image>(.*?)</ima
    +ge>#gs;
    
  2. or download this
    my($image) = grep defined, $str =~ m#<story>.*?</story>|<image>(.*?)</
    +image>#gs;