Help for this page

Select Code to Download


  1. or download this
    sub startup : Test(startup)
    {
       system("perl $home/filterd.pl &");
       sleep(3); #give the program some time to set up it's children etc.
    }
    
  2. or download this
    system("perl $home/filtermail.pl -test -to guy\@whatever.net -id 1234"
    +);