- or download this
#!/usr/bin/perl -w
use strict;
...
my $x = "blah blah blah\n";
chomp($x);
print "^$x\$\n";
- or download this
package MyTest;
use strict;
...
}
1;
- or download this
package MyTest;
use strict;
...
}
1;
- or download this
^blah blah blah$ - or download this
^blah blah blah_this is a test$