Help for this page

Select Code to Download


  1. or download this
    # Procmail recipe... lookaway.
    :0:
    * Sender:.*someone@example.com
    `formail -I"" |perl somescript.pl`
    # End of recipe.
    
  2. or download this
    # Cheesy Perl code fragment.
    while(<>){
    ...
    
      system( $command );
    }