Help for this page

Select Code to Download


  1. or download this
    ppm> install mail::sender
    Searching for 'mail::sender' returned multiple results. Using 'search'
    + instead..
    ...
    ts\cr_trans_sh.pl line 14.
    BEGIN failed--compilation aborted at C:\scripts\cr_trans_sh.pl line 14
    +.
    
  2. or download this
    #!perl -c
    #
    ...
    use Cwd ;                                            # Current Working
    + Directory Module
    use Mail::Sender;                                    # Email module
    #