OK, this is going to be one of those "pass the baton" kinda threads, but instead of using simpsons quotes or pictures, we're using computer questions. Whoever answers the question right first gets to post the next question. The poster of the original question gets to verify the answer before that person can post the next question. If the answer isn't verified within 15 minutes, it's assumed correct and the next question can be asked.
The initial question:
What is this for:
if($i =~ m/^([A-z]:\/)/){$i =~ s/\//\\/g}
Try and go beyond just what it does, and figure out a practical application for it. However, if no one can et the application, I'll have to settle for what it literally does.
GO!
The initial question:
What is this for:
if($i =~ m/^([A-z]:\/)/){$i =~ s/\//\\/g}
Try and go beyond just what it does, and figure out a practical application for it. However, if no one can et the application, I'll have to settle for what it literally does.
GO!