Help for this page

Select Code to Download


  1. or download this
    system("cat $file | mailx -s 'Title' emailaddresshere");
    
  2. or download this
    open(FILE, "$file");
    
    ...
    {
            print | mailx -s 'Title' myemailaddresshere;
    }
    
  3. or download this
    system("/usr/sbin/ping $_");