Help for this page

Select Code to Download


  1. or download this
     ### This is the the problem area ###
       @vacation_str=$telnet->cmd("$SED s/\$SUBJECT/SUBJECT/g /home/$usern
    +ame/.vacation.msg");   
       ###
    
  2. or download this
     ### This is the the problem area ###
       @vacation_str=$telnet->cmd("$SED s/\\\$SUBJECT/SUBJECT/g /home/$use
    +rname/.vacation.msg");   
       ###
    
  3. or download this
       @vacation = map { s/\$SUBJECT/SUBJECT/g }
                   $telnet->cmd("cat ~$username/.vacation.msg");