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