Help for this page

Select Code to Download


  1. or download this
    [template]
    url         = http://www.foo.com/
    ...
    title       = Foo
    filename    = foo
    compression = zlib
    
  2. or download this
    use Date::Manip;        # Date functions
    use Mail::Internet;     # parse incoming headers
    ...
    $title          = $template->{title};      
    
    unlink "$workdir/$md5file.msg";
    
  3. or download this
    my $msg = MIME::Lite->new(
                 From    =>'Email Reflector <pler@domain.org>',
    ...
                 Filename =>"$title.pdb"    
                );
    $msg->send;
    
  4. or download this
    [template]
    url         = 
    ...
    title       = Foo
    filename    = foo
    compression = zlib
    
  5. or download this
    [template]
    url = http://www.foo.com/?url=www.bar.com&maxdepth=4
    maxdepth = 2