Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    
    ...
    $entity->dump_skeleton;
    }
    
  2. or download this
    if ($textstuff =~ /sent from my ipod/ig || $textstuff =~ /sent from my
    + iphone/ig || $from =~ /address3/ig) {
    
  3. or download this
    if ($textstuff =~ /sent from my ipod/ig || $textstuff =~ /sent from my
    + iphone/ig || $_ =~ /address3/ig) {