#!/usr/local/bin/perl -w use strict; my ($str); $_="what\n is going\non here?\n"; print "Before $_\n"; s/\n//g; print "After $_\n";
It prints out the following:
Before what is going on here? After what is goingon here?
There is no problem. Double check your code. :)
metadoktor
"The doktor is in."
In reply to You may be making an error.
by metadoktor
in thread Removing the ^M character, but also removing the newline
by c
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |