hi, my new program finds some thing and stores it in the scalar $word,then i push it into an array. But after that i no longer have need for it to be in the text file so i want to delete it.
But i can't just do:
$words=~s/\$words//o;
taking the $1 value instead of $word doesnt' work either
someone help?
But i can't just do:
$words=~s/\$words//o;
taking the $1 value instead of $word doesnt' work either
someone help?