Help for this page

Select Code to Download


  1. or download this
    # /etc/aliases
    testbug: "|cat ./UpadteBug.pl"
    
  2. or download this
    #UpadteBug.pl
    @Mail = <STDIN>;
    foreach(@mail){
      print $_;
    }